扇贝助手重制版

扇贝助手重制版

为扇贝单词网页版添加免费的柯林斯释义,以及一些额外的小功能。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "扇贝助手重制版",
  "version": "0.1.6",
  "author": "zerol",
  "description": "为扇贝单词网页版添加免费的柯林斯释义,以及一些额外的小功能。",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "third-party/jquery-3.4.1.js",
      "src/js/background.js"
    ]
  },
  "icons": {
    "128": "static/icon128.png"
  },
  "browser_action": {
    "default_icon": "static/icon128.png",
    "default_popup": "popup.html",
    "default_title": "扇贝助手重制版"
  },
  "content_scripts": [
    {
      "css": [
        "src/css/words.css"
      ],
      "js": [
        "third-party/jquery-3.4.1.js",
        "src/js/words.js"
      ],
      "matches": [
        "https://web.shanbay.com/wordsweb/*"
      ]
    }
  ],
  "permissions": [
    "https://dict.youdao.com/",
    "https://www.wordsmyth.net/",
    "*://*.shanbay.com/*"
  ]
}