Ease Bookmarks

Ease Bookmarks

Easy to use bookmark manager

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Ease Bookmarks",
  "description": "__MSG_pluginDesc__",
  "version": "1.7.1",
  "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": {
        "windows": "Ctrl+Q",
        "mac": "Command+Q",
        "linux": "Ctrl+Q",
        "chromeos": "Ctrl+Q"
      },
      "description": "打开/关闭扩展"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "bookmarks",
    "contextMenus",
    "chrome://favicon/"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}