English-Chinese dictionary (select->control)

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

Cos'è English-Chinese dictionary (select->control)?

English-Chinese dictionary (select->control) è un'estensione di Chrome sviluppata da Fujun Du, e la sua funzione principale è "This extension translates the selected English word into Chinese, or vice versa.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione English-Chinese dictionary (select->control)

Scarica i file di estensione English-Chinese dictionary (select->control) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome English-Chinese dictionary (select->control) English-Chinese dictionary (select->control)
ID mhfedeapmfofjbbmgiangfhnadgloemk
URL Ufficiale https://chromewebstore.google.com/detail/english-chinese-dictionar/mhfedeapmfofjbbmgiangfhnadgloemk
Descrizione This extension translates the selected English word into Chinese, or vice versa.
Dimensione del File 39.59 KB
Conteggio Installazioni 1,312
Versione Corrente 0.4
Ultimo Aggiornamento 2015-10-10
Data di Pubblicazione 2015-10-09
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore Fujun Du
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}