Context Bookmarks

Context Bookmarks

Add your bookmarks in your contextual menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.12.0",
  "description": "__MSG_extensionBriefDescription__",
  "default_locale": "en",
  "options_page": "options.old.html",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "background": {
    "scripts": [
      "ContextMenu.js",
      "OmniBox.js"
    ]
  },
  "omnibox": {
    "keyword": "f"
  },
  "icons": {
    "16": "Icons/icon.16.png",
    "48": "Icons/icon.48.png",
    "128": "Icons/icon.128.png"
  },
  "permissions": [
    "contextMenus",
    "bookmarks",
    "activeTab",
    "storage"
  ]
}