Haici dictionary c plugin

Help haici dictionary capture text in the browser

Cos'è Haici dictionary c plugin?

Haici dictionary c plugin è un'estensione di Chrome sviluppata da http://dict.cn, e la sua funzione principale è "Help haici dictionary capture text in the browser".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Haici dictionary c plugin

Scarica i file di estensione Haici dictionary c plugin 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

                        海词词典桌面客户端软件专用插件,支持在Chrome浏览器中实现鼠标取词、划词翻译。可在查看浏览器网页时快捷的帮助翻译陌生的单词。使用海词词典可快速查询单词,获得海词提供英汉、汉英等全面、专业、权威释义内容;“释义常用度分布图”可让释义一幕了然。


安装海词词典插件,可以使用以下功能:

1. 快速的鼠标取词功能:鼠标停留中英文上即刻查词

2. 流畅的快速划词翻译功能:双击或划中浏览页面的任何单词查询

3. 高效的词典查询,输入需查询的词,快速获得最全面的海词词典释义

4. 拥有专业权威的“释义常用度分布图”



这是海词词典官方(Dict.cn)提供的扩展。                    

Informazioni di Base sull'Estensione

Nome Haici dictionary c plugin Haici dictionary c plugin
ID jejngjnbgchjdpldflblfaijljnkbhhm
URL Ufficiale https://chrome.google.com/webstore/detail/haici-dictionary-c-plugin/jejngjnbgchjdpldflblfaijljnkbhhm
Descrizione Help haici dictionary capture text in the browser
Dimensione del File 19.61 KB
Conteggio Installazioni 1,000
Versione Corrente 2.0.1
Ultimo Aggiornamento 2014-06-27
Data di Pubblicazione 2014-06-27
Valutazione 3.44/5 Totale 9 Valutazioni
Sviluppatore http://dict.cn
Tipo di Pagamento free
Lingue Supportate en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "capturetext.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "name": "__MSG_app_name__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "version": "2.0.1"
}