扇贝助手重制版
为扇贝单词网页版添加免费的柯林斯释义,以及一些额外的小功能。
Cos'è 扇贝助手重制版?
扇贝助手重制版 è un'estensione di Chrome sviluppata da zerol, e la sua funzione principale è "为扇贝单词网页版添加免费的柯林斯释义,以及一些额外的小功能。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 扇贝助手重制版
Scarica i file di estensione 扇贝助手重制版 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        为扇贝网页版提供免费的柯林斯词典。
所有功能详见:https://github.com/zerolfx/shanbay-helper                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | acihicpdedimbfbgeoieoblpojeidlcn | 
| URL Ufficiale | 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 | 
| Descrizione | 为扇贝单词网页版添加免费的柯林斯释义,以及一些额外的小功能。 | 
| Dimensione del File | 93.42 KB | 
| Conteggio Installazioni | 207 | 
| Versione Corrente | 0.1.6 | 
| Ultimo Aggiornamento | 2021-09-01 | 
| Data di Pubblicazione | 2020-01-07 | 
| Valutazione | 4.00/5 Totale 4 Valutazioni | 
| Sviluppatore | zerol | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/zerolfx/shanbay-helper | 
| URL della Pagina di Aiuto | https://github.com/zerolfx/shanbay-helper/issues | 
| Lingue Supportate | 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\/*"
    ]
}  |  |