Ease Bookmarks

Ease Bookmarks

Easy to use bookmark manager

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ease Bookmarks",
  "description": "__MSG_pluginDesc__",
  "version": "1.7.2",
  "offline_enabled": true,
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "author": "qinxs",
  "homepage_url": "https://github.com/qinxs/Ease-Bookmarks",
  "browser_action": {
    "default_title": "Ease Bookmarks",
    "default_popup": "popup.html",
    "default_icon": "icons/icon32.png"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Q",
        "mac": "Command+Q"
      },
      "description": "Activate the extension"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "bookmarks",
    "contextMenus",
    "chrome://favicon/"
  ]
}