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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 > [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<chromium-extensions%[email protected]> > <chromium-extensions%[email protected]<chromium-extensions%[email protected]> > > > >> . > >> 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 [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.
