English-Chinese dictionary (select->control)

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

O que é English-Chinese dictionary (select->control)?

English-Chinese dictionary (select->control) é uma extensão do Chrome desenvolvida por Fujun Du, e sua principal característica é "This extension translates the selected English word into Chinese, or vice versa.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão English-Chinese dictionary (select->control)

Baixe arquivos de extensão English-Chinese dictionary (select->control) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome English-Chinese dictionary (select->control) English-Chinese dictionary (select->control)
ID mhfedeapmfofjbbmgiangfhnadgloemk
URL Oficial https://chromewebstore.google.com/detail/english-chinese-dictionar/mhfedeapmfofjbbmgiangfhnadgloemk
Descrição This extension translates the selected English word into Chinese, or vice versa.
Tamanho do Arquivo 39.59 KB
Contagem de Instalações 1,312
Versão Atual 0.4
Última Atualização 2015-10-10
Data de Publicação 2015-10-09
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor Fujun Du
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
    }
}