藏趣云 - 书签同步阅读助手

藏趣云 - 书签同步阅读助手

藏趣云浏览器书签,是保存所有您喜爱的书籍、歌曲、文章、稍后阅读或您在浏览时遇到的任何其他内容的最佳场所,并且支持阅读模式,网页持久化快照,自动备份至百度云盘等功能,数据无后顾之忧!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "藏趣云 - 书签同步阅读助手",
  "version": "4.0.3",
  "manifest_version": 3,
  "description": "藏趣云浏览器书签,是保存所有您喜爱的书籍、歌曲、文章、稍后阅读或您在浏览时遇到的任何其他内容的最佳场所,并且支持阅读模式,网页持久化快照,自动备份至百度云盘等功能,数据无后顾之忧!",
  "homepage_url": "https://www.cangquyun.com",
  "omnibox": {
    "keyword": "cc"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "./scripts/background.js"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "*://*.cangquyun.com/"
  ],
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "notifications",
    "webRequest",
    "contextMenus",
    "history",
    "windows"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "ztree/js/jquery-3.1.0.min.js",
        "scripts/cangquyuncontentscript.js"
      ],
      "css": [
        "css/custom.css"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "action": {
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    },
    "default_title": "藏趣云书签",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/images/icon.png",
        "/popup.html",
        "/options.html",
        "/sidebar.html",
        "/search.html",
        "/reading.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+S",
        "mac": "Command+Shift+S",
        "chromeos": "Ctrl+Shift+S",
        "linux": "Ctrl+Shift+S"
      },
      "description": "激活扩展"
    },
    "run-foo": {
      "suggested_key": {
        "default": "Ctrl+Shift+Z",
        "windows": "Ctrl+Shift+Z",
        "mac": "Command+Shift+Z",
        "chromeos": "Ctrl+Shift+Z",
        "linux": "Ctrl+Shift+Z"
      },
      "description": "快速收藏"
    },
    "cangquyunSearchModal": {
      "suggested_key": {
        "default": "Ctrl+Shift+V",
        "windows": "Ctrl+Shift+V",
        "mac": "Command+Shift+V",
        "chromeos": "Ctrl+Shift+V",
        "linux": "Ctrl+Shift+V"
      },
      "description": "弹窗快速搜索"
    },
    "reading": {
      "suggested_key": {
        "default": "Ctrl+Shift+R",
        "windows": "Ctrl+Shift+R",
        "mac": "Command+Shift+R",
        "chromeos": "Ctrl+Shift+R",
        "linux": "Ctrl+Shift+R"
      },
      "description": "阅读模式"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}