Bookmark manager

Bookmark manager

Access the Bookmark manager window directly from the toolbar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_extDescription__"
  },
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "128": "logo.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "tabs"
  ],
  "version": "1.0.6"
}