Visual Online Bookmarks for Chrome

Visual Online Bookmarks for Chrome

Access to bookmarks from anywhere. Expanding the capabilities of the Onlinezakladki.ru service. For Google Chrome browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Providec",
  "name": "__MSG_ext_name_chrome__",
  "description": "__MSG_ext_description_chrome__",
  "default_locale": "en",
  "version": "3.2.19",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "newChromiumTab.html"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon_16.png"
    },
    "default_title": "__MSG_ext_default_title__"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "inc/global.functions.js",
        "inc/storage.local.js",
        "onlinezakladki.js"
      ],
      "matches": [
        "https://onlinezakladki.ru/*",
        "https://bk.tools/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "incognito": "split",
  "permissions": [
    "bookmarks",
    "notifications",
    "contextMenus",
    "tabs",
    "activeTab",
    "storage",
    "unlimitedStorage",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUmMx2+nY25BSamgP49ZPU0UmikH88QtSDM++HbgsY6msR3misk3F3w3D5R5cIiy59mkf8OMoWwP+raDnMwDbK+3n/nGhvK0Gn9WMqMjv1NSoLEKk2KDdpxJsdBvqXWu9u5fUWF0OdRhssRpMy0ANDzaCFEu9TQO3vYXNojus9XwIDAQAB"
}