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
公式URL 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
Eメール [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
    }
}