Haici dictionary c plugin

Help haici dictionary capture text in the browser

Apa itu Haici dictionary c plugin?

Haici dictionary c plugin adalah ekstensi Chrome yang dikembangkan oleh http://dict.cn, dan fitur utamanya adalah "Help haici dictionary capture text in the browser".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Haici dictionary c plugin

Unduh file ekstensi Haici dictionary c plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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


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

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

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

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

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



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

Informasi Dasar Ekstensi

Nama Haici dictionary c plugin Haici dictionary c plugin
ID jejngjnbgchjdpldflblfaijljnkbhhm
URL Resmi https://chrome.google.com/webstore/detail/haici-dictionary-c-plugin/jejngjnbgchjdpldflblfaijljnkbhhm
Deskripsi Help haici dictionary capture text in the browser
Ukuran File 19.61 KB
Jumlah Instalasi 1,000
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2014-06-27
Tanggal Publikasi 2014-06-27
Penilaian 3.44/5 Total 9 Penilaian
Pengembang http://dict.cn
Tipe Pembayaran free
Bahasa yang Didukung 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"
}