扇贝查词

任意网页英文查词,可加入扇贝生词本

Cos'è 扇贝查词?

扇贝查词 è un'estensione di Chrome sviluppata da Ethan Yang, e la sua funzione principale è "任意网页英文查词,可加入扇贝生词本".

Screenshot dell'Estensione

screenshot

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

                        扇贝学习工具利用扇贝网的查词服务,做到任意网页单词即点即查,并可以将单词添加到扇贝生词本。

可以右击或双击(默认禁用)查词

1.3.2
添加了弹窗关闭功能

1.2.1
修改了小喇叭鼠标指针

1.2.0
添加了单词发音                    

Informazioni di Base sull'Estensione

Nome 扇贝查词 扇贝查词
ID bjnljkdheccomghaakofdlbmgcjmckgo
URL Ufficiale https://chromewebstore.google.com/detail/%E6%89%87%E8%B4%9D%E6%9F%A5%E8%AF%8D/bjnljkdheccomghaakofdlbmgcjmckgo
Descrizione 任意网页英文查词,可加入扇贝生词本
Dimensione del File 828 KB
Conteggio Installazioni 601
Versione Corrente 1.3.2
Ultimo Aggiornamento 2022-02-07
Data di Pubblicazione 2019-08-05
Valutazione 4.78/5 Totale 9 Valutazioni
Sviluppatore Ethan Yang
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ethanyang163/shanbay-tools
URL della Pagina di Aiuto https://github.com/ethanyang163/shanbay-tools
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6247\u8d1d\u67e5\u8bcd",
    "version": "1.3.2",
    "description": "\u4efb\u610f\u7f51\u9875\u82f1\u6587\u67e5\u8bcd\uff0c\u53ef\u52a0\u5165\u6247\u8d1d\u751f\u8bcd\u672c",
    "icons": {
        "16": "images\/shanbay.png",
        "32": "images\/shanbay.png",
        "48": "images\/shanbay.png",
        "128": "images\/shanbay.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "\u6247\u8d1d\u67e5\u8bcd",
        "default_icon": {
            "16": "images\/shanbay.png",
            "32": "images\/shanbay.png",
            "48": "images\/shanbay.png",
            "128": "images\/shanbay.png"
        }
    },
    "background": {
        "scripts": [
            "background.js",
            "hot-reload.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.shanbay.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+B",
                "mac": "MacCtrl+Shift+B"
            },
            "description": "Opens hello.html"
        }
    },
    "web_accessible_resources": [
        "images\/404.png"
    ]
}