有道云笔记网页剪报

有道云笔记网页剪报

一键保存精彩网页,多终端同步,永久珍藏

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "2.3.1",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "default_locale": "zh_CN",
  "browser_action": {
    "default_icon": "icons/16x16.png",
    "default_title": "__MSG_actionTitle__"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "clipper-min.js",
        "check.js"
      ]
    }
  ],
  "homepage_url": "https://note.youdao.com",
  "permissions": [
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*",
    "cookies"
  ],
  "web_accessible_resources": [
    "clipper-min.js",
    "widgets/*"
  ],
  "content_security_policy": "script-src 'self' 'sha256-PdLaHTAfcWDgjBWqlAYm3TGDd3UMi8yu3/8/yr1P2cI=' https://qiyukf.com https://hubble-js-bucket.nosdn.127.net; object-src 'self';child-src https://qiyukf.com https://hubble-js-bucket.nosdn.127.net"
}