Визуальные закладки Markbooq

Визуальные закладки Markbooq

Управляй своими закладками, делись ссылками с друзьями, создавай коллекции сайтов легко и быстро!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescr__",
  "version": "0.1.1.3",
  "manifest_version": 2,
  "minimum_chrome_version": "25",
  "default_locale": "ru",
  "icons": {
    "16": "img/ext_icons/16.png",
    "48": "img/ext_icons/48.png",
    "128": "img/ext_icons/128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/ext_icons/19.png",
      "38": "img/ext_icons/38.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html#help"
  },
  "background": {
    "scripts": [
      "js/storage.js",
      "js/jquery.min.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://markbooq.ru/*"
      ],
      "css": [
        "css/content_script.css"
      ],
      "js": [
        "js/content_script.js"
      ]
    }
  ],
  "options_page": "options.html",
  "homepage_url": "http://markbooq.ru",
  "offline_enabled": false,
  "web_accessible_resources": [
    "img/ext_icons/16.png"
  ],
  "permissions": [
    "http://*.markbooq.ru/*",
    "http://markbooq.ru/*",
    "https://*.markbooq.ru/*",
    "https://markbooq.ru/*",
    "activeTab",
    "background",
    "bookmarks",
    "clipboardWrite",
    "clipboardRead",
    "chrome://favicon/",
    "contextMenus",
    "notifications",
    "privacy",
    "storage",
    "tabs"
  ]
}