扇贝助手重制版

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

What is 扇贝助手重制版?

扇贝助手重制版 is a Chrome extension developed by zerol, and its main feature is "为扇贝单词网页版添加免费的柯林斯释义,以及一些额外的小功能。".

Extension Screenshots

screenshot

Download 扇贝助手重制版 Extension CRX File

Download 扇贝助手重制版 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        为扇贝网页版提供免费的柯林斯词典。


所有功能详见:https://github.com/zerolfx/shanbay-helper                    

Extension Basic Information

Name 扇贝助手重制版 扇贝助手重制版
ID acihicpdedimbfbgeoieoblpojeidlcn
Official URL https://chromewebstore.google.com/detail/%E6%89%87%E8%B4%9D%E5%8A%A9%E6%89%8B%E9%87%8D%E5%88%B6%E7%89%88/acihicpdedimbfbgeoieoblpojeidlcn
Description 为扇贝单词网页版添加免费的柯林斯释义,以及一些额外的小功能。
File Size 93.42 KB
Installation Count 207
Current Version 0.1.6
Last Updated 2021-09-01
Publish Date 2020-01-07
Rating 4.00/5 Total 4 Ratings
Developer zerol
Email [email protected]
Payment Type free
Extension Website https://github.com/zerolfx/shanbay-helper
Help Page URL https://github.com/zerolfx/shanbay-helper/issues
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6247\u8d1d\u52a9\u624b\u91cd\u5236\u7248",
    "version": "0.1.6",
    "author": "zerol",
    "description": "\u4e3a\u6247\u8d1d\u5355\u8bcd\u7f51\u9875\u7248\u6dfb\u52a0\u514d\u8d39\u7684\u67ef\u6797\u65af\u91ca\u4e49\uff0c\u4ee5\u53ca\u4e00\u4e9b\u989d\u5916\u7684\u5c0f\u529f\u80fd\u3002",
    "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": "\u6247\u8d1d\u52a9\u624b\u91cd\u5236\u7248"
    },
    "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\/*"
    ]
}