词霸

词霸, 翻译、生词管理,轻松背单词。

Cos'è 词霸?

词霸 è un'estensione di Chrome sviluppata da pisceanfoot, 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. 高亮生词
2. 在线及时朗读
3. 单词快速在线翻译

使用方法:
1. 双击取词
2. 双击取消
3. Chrome 浏览器右上角在线翻译

OPEN SOURCE: https://github.com/pisceanfoot/DanCi

最近变更记录:
2018-08-14:
1. 感谢[Li Yuanrui](https://plus.google.com/116557303054720685872) 反馈
2. 单词高亮 Match 整个单词
3. 调整单词高亮饱和度和亮度

2017-02-08:
1. fix bug

2017-02-06:
1. support web page with HTTPS

2017-01-22:
1. 修复 API 失效问题
2. 修改 popup 样式显示异常
Thanks: Jeff (https://github.com/Jeff-Tian)

全部更新日志 (https://github.com/pisceanfoot/DanCi) 

2014-04-10                    

Informazioni di Base sull'Estensione

Nome 词霸 词霸
ID femhgleoafcbheidpnndohnnpkbeiljn
URL Ufficiale https://chromewebstore.google.com/detail/%E8%AF%8D%E9%9C%B8/femhgleoafcbheidpnndohnnpkbeiljn
Descrizione 词霸, 翻译、生词管理,轻松背单词。
Dimensione del File 335 KB
Conteggio Installazioni 143
Versione Corrente 1.5
Ultimo Aggiornamento 2023-09-25
Data di Pubblicazione 2018-08-14
Valutazione 4.75/5 Totale 12 Valutazioni
Sviluppatore pisceanfoot
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "all_frames": true,
        "default_icon": "img\/sw_19.png",
        "default_title": "\u8bcd\u9738",
        "default_popup": "html\/popup.htm"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/jquery.qtip.min.css",
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-1.7.2.min.js",
                "js\/global.js",
                "js\/select.js",
                "js\/bing.js",
                "js\/highlight.js",
                "js\/jquery.qtip.min.js",
                "js\/main.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "html\/option.html",
    "description": "\u8bcd\u9738, \u7ffb\u8bd1\u3001\u751f\u8bcd\u7ba1\u7406\uff0c\u8f7b\u677e\u80cc\u5355\u8bcd\u3002",
    "icons": {
        "128": "img\/sw_128.png",
        "16": "img\/sw_16.png",
        "19": "img\/sw_19.png",
        "32": "img\/sw_32.png",
        "48": "img\/sw_48.png"
    },
    "manifest_version": 3,
    "name": "\u8bcd\u9738",
    "short_name": "\u8bcd\u9738",
    "omnibox": {
        "keyword": "danci"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/cn.bing.com\/dict\/*"
    ],
    "version": "1.5"
}