Bookmark Plus

Bookmark Plus

Quickly save bookmarks to target folder

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.0",
  "manifest_version": 3,
  "default_locale": "en",
  "minimum_chrome_version": "89",
  "author": "BigBigWolf([email protected])",
  "description": "__MSG_appDesc__",
  "permissions": [
    "storage",
    "bookmarks",
    "tabs",
    "commands"
  ],
  "action": {
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/app_icon16.png",
      "32": "/images/app_icon32.png",
      "48": "/images/app_icon48.png",
      "128": "/images/app_icon128.png"
    }
  },
  "icons": {
    "16": "/images/app_icon16.png",
    "32": "/images/app_icon32.png",
    "48": "/images/app_icon48.png",
    "128": "/images/app_icon128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Alt+Shift+D",
        "mac": "Alt+D",
        "chromeos": "Alt+Shift+D",
        "linux": "Alt+Shift+D"
      }
    }
  },
  "homepage_url": "https://github.com/a90120411/BookmarkPlus"
}