CheckItLink

CheckItLink

Now, store your bookmarks just got easier!

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_extension_name__",
  "short_name": "__MSG_extension_shortname__",
  "description": "__MSG_extension_description__",
  "version": "1.6.1.1",
  "author": "Ярков Алексей (Yarkov Aleksei) <[email protected]>",
  "homepage_url": "https://checkitlink.com",
  "default_locale": "ru",
  "options_page": "options.html",
  "icons": {
    "16": "img/icon/icon-16.png",
    "48": "img/icon/icon-48.png"
  },
  "offline_enabled": false,
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/JSOptions.js",
      "js/Actions.js",
      "js/extForms.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "ftp://*/*",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "tabs",
    "activeTab",
    "bookmarks",
    "alarms",
    "storage",
    "notifications",
    "downloads"
  ],
  "page_action": {
    "default_title": "__MSG_extension_name__",
    "default_icon": "img/icon/icon-16.png",
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_page_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "mac": "Command+Shift+A"
      }
    }
  }
}