English-Chinese dictionary (select->control)

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

Qu'est-ce que English-Chinese dictionary (select->control) ?

English-Chinese dictionary (select->control) est une extension Chrome développée par Fujun Du, et sa fonction principale est "This extension translates the selected English word into Chinese, or vice versa.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension English-Chinese dictionary (select->control)

Téléchargez les fichiers d'extension English-Chinese dictionary (select->control) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom English-Chinese dictionary (select->control) English-Chinese dictionary (select->control)
ID mhfedeapmfofjbbmgiangfhnadgloemk
URL Officiel https://chromewebstore.google.com/detail/english-chinese-dictionar/mhfedeapmfofjbbmgiangfhnadgloemk
Description This extension translates the selected English word into Chinese, or vice versa.
Taille du Fichier 39.59 KB
Nombre d'Installations 1,312
Version Actuelle 0.4
Dernière Mise à Jour 2015-10-10
Date de Publication 2015-10-09
Évaluation 4.25/5 Total 4 Évaluations
Développeur Fujun Du
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}