English-Chinese dictionary (select->control)

This extension translates the selected English word into Chinese, or vice versa.

什麼是English-Chinese dictionary (select->control)?

English-Chinese dictionary (select->control)是由Fujun Du開發的Chrome擴展程式,該擴展的主要功能是“This extension translates the selected English word into Chinese, or vice versa.”。

擴展截圖

screenshot
screenshot
screenshot

下載English-Chinese dictionary (select->control)擴展crx文件

下載English-Chinese dictionary (select->control)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is an English-Chinese translator based on dict.cn (海词), Youdao dictionary (有道), Google Translate, and zdic (汉典).

It has two modes of usage:
1. Select text, then press and release the "control" key.
2. Click on the extension icon, enter text, choose the dictionary service you want to use (default "dict.cn"), and click on "Submit".                    

擴展基本資訊

名稱 English-Chinese dictionary (select->control) English-Chinese dictionary (select->control)
ID mhfedeapmfofjbbmgiangfhnadgloemk
官方網址 https://chromewebstore.google.com/detail/english-chinese-dictionar/mhfedeapmfofjbbmgiangfhnadgloemk
簡介 This extension translates the selected English word into Chinese, or vice versa.
檔案大小 39.59 KB
安裝次數 1,312
目前版本 0.4
更新時間 2015-10-10
上架時間 2015-10-09
評分 4.25/5 共 4 次評分
開發者 Fujun Du
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "English-Chinese dictionary (select->control)",
    "short_name": "dictionary",
    "description": "This extension translates the selected English word into Chinese, or vice versa.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "handle.css"
            ],
            "js": [
                "jquery.min.js",
                "handle.js",
                "popup.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    }
}