Regarding the methods\functions, that is exactly the information you can get
from the provided link.
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/api/extension_api.json

The "permissions" part is in the manifest, yes. Add "experimental" to the
list of permissions in there.

Regarding the command line switch -
Close Chrome.
Right click on your Chrome shortcut, append this to the "Target" field -
--enable-experimental-extension-apis
(So it would look like this -
"C:\Documents and Settings\username\Local Settings\Application
Data\Google\Chrome\Application\*
chrome.exe" --enable-experimental-extension-apis*
Or closely similar.
)
Start Chrome with that shortcut.


☆PhistucK


On Thu, Jan 21, 2010 at 14:03, Jan Chua <aeroheart...@gmail.com> wrote:

> where can this be implemented? i'm a n00b on extensions. i'm gonna
> guess this is on the manifest file?
>
> what are the methods/functions that can be used in experimental.history?
>
> On 1/21/10, PhistucK <phist...@gmail.com> wrote:
> > There is an experimental (soon to be official) history API.
> >
> http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/api/extension_api.json
> > Search for -
> > experimental.history
> >
> > You need the "experimental" permission in order to use the API *and* a
> > command line switch "--enable-experimental-extension-apis".
> >
> > ☆PhistucK
> >
> >
> > On Wed, Jan 20, 2010 at 16:33, Jan <aeroheart...@gmail.com> wrote:
> >
> >> Is there a way to control which pages are stored into history? Is it
> >> possible to create a chrome extension that does something like that?
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> Groups
> >> "Chromium-extensions" group.
> >> To post to this group, send email to
> chromium-extensi...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> chromium-extensions+unsubscr...@googlegroups.com<chromium-extensions%2bunsubscr...@googlegroups.com>
> <chromium-extensions%2bunsubscr...@googlegroups.com<chromium-extensions%252bunsubscr...@googlegroups.com>
> >
> >> .
> >> For more options, visit this group at
> >> http://groups.google.com/group/chromium-extensions?hl=en.
> >>
> >>
> >>
> >>
> >
>
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.

Reply via email to