It does not have "permission" section. I add
   "version": "1.0",
   "permissions": [
      "tabs",
      "bookmarks",
      "chrome.bookmarks",
      "http://www.blogger.com/";,
      "http://*.google.com/";
   ]
and restart Chrome. But the error did not change (the bottom: Checking
credentials ...). Maybe it's the influence of http-proxy?



On Oct 27, 12:04 pm, PhistucK <phist...@gmail.com> wrote:
> Check the manifest.json (in the unpacked extension folder in the
> "Extensions" folder of your user data directory).
> See it if has "permissions": ["bookmarks"] or something like that (the
> square brackets may include more stuff than just "bookmarks", comma
> separated).
> If it does not have "permissions" at all, add it (you can 
> followhttp://code.google.com/chrome/extensions/manifest.html#permissions), if 
> it
> does but "bookmarks" is not specified, add it. Reload the extension or
> restart Chrome and it should be fine.
>
> ☆PhistucK
>
> 2009/10/26 r1mson <r1m...@gmail.com>
>
>
>
>
>
> > Chritter 1.0
> > ID: ebhalomfhoikhpdenmmlfidoijcbokpk
> > A Twitter toolbar
> > Active views:
> > toolstrip.html - Inspect
> > background.html - Inspect
>
> > background.html - Inspect:
> > chrome/ExtensionProcessBindings:174
> > Uncaught Error: You do not have permission to use 'chrome.bookmarks'.
> > Be sure to declare in your manifest what permissions you need.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensions@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