Haici dictionary c plugin

Help haici dictionary capture text in the browser

Hvad er Haici dictionary c plugin?

Haici dictionary c plugin er en Chrome-udvidelse udviklet af http://dict.cn, og dens hovedfunktion er "Help haici dictionary capture text in the browser".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Haici dictionary c plugin-udvidelses-CRX-fil

Download Haici dictionary c plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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


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

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

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

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

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



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

Grundlæggende oplysninger om udvidelsen

Navn Haici dictionary c plugin Haici dictionary c plugin
ID jejngjnbgchjdpldflblfaijljnkbhhm
Officiel URL https://chrome.google.com/webstore/detail/haici-dictionary-c-plugin/jejngjnbgchjdpldflblfaijljnkbhhm
Beskrivelse Help haici dictionary capture text in the browser
Filstørrelse 19.61 KB
Antal Installationer 1,000
Nuværende Version 2.0.1
Senest Opdateret 2014-06-27
Udgivelsesdato 2014-06-27
Bedømmelse 3.44/5 Samlet 9 Bedømmelser
Udvikler http://dict.cn
Betalingsmetode free
Understøttede Sprog 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"
}