English-Chinese dictionary (select->control)

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

Co je English-Chinese dictionary (select->control)?

English-Chinese dictionary (select->control) je rozšíření Chrome vyvinuté Fujun Du, a jeho hlavní funkcí je „This extension translates the selected English word into Chinese, or vice versa.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření English-Chinese dictionary (select->control)

Stáhněte si soubory rozšíření English-Chinese dictionary (select->control) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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".                    

Základní Informace o Rozšíření

Název English-Chinese dictionary (select->control) English-Chinese dictionary (select->control)
ID mhfedeapmfofjbbmgiangfhnadgloemk
Oficiální URL https://chromewebstore.google.com/detail/english-chinese-dictionar/mhfedeapmfofjbbmgiangfhnadgloemk
Popis This extension translates the selected English word into Chinese, or vice versa.
Velikost souboru 39.59 KB
Počet instalací 1,312
Aktuální Verze 0.4
Poslední Aktualizace 2015-10-10
Datum Vydání 2015-10-09
Hodnocení 4.25/5 Celkem 4 Hodnocení
Vývojář Fujun Du
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
    }
}