Goldtect Dictionary

A bilingual English-Chinese dictionary extension to easily look-up words.

O que é Goldtect Dictionary?

Goldtect Dictionary é uma extensão do Chrome desenvolvida por http://www.jinweijie.com, e sua principal característica é "A bilingual English-Chinese dictionary extension to easily look-up words.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Goldtect Dictionary

Baixe arquivos de extensão Goldtect Dictionary 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

                        A bilingual English-Chinese dictionary extension to easily look-up words.

Support text selection and search.

Shortcut is Ctrl + Q.                    

Informações Básicas da Extensão

Nome Goldtect Dictionary Goldtect Dictionary
ID pghpihfalgajndppmjiehjdcijnfbamk
URL Oficial https://chrome.google.com/webstore/detail/goldtect-dictionary/pghpihfalgajndppmjiehjdcijnfbamk
Descrição A bilingual English-Chinese dictionary extension to easily look-up words.
Tamanho do Arquivo 78.04 KB
Contagem de Instalações 44
Versão Atual 1.3
Última Atualização 2023-01-18
Data de Publicação 2014-04-23
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor http://www.jinweijie.com
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": "Goldtect Dictionary",
    "description": "A bilingual English-Chinese dictionary extension to easily look-up words.",
    "version": "1.3",
    "permissions": [
        "",
        "http:\/\/dict.youdao.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q"
            }
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    }
}