Word Definition

Get detailed definition in both English and Chinese for any selected word on a webpage.

O que é Word Definition?

Word Definition é uma extensão do Chrome desenvolvida por http://haohany.github.io, e sua principal característica é "Get detailed definition in both English and Chinese for any selected word on a webpage.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Word Definition

Baixe arquivos de extensão Word Definition 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

                        Just select a word and you're good to go!                    

Informações Básicas da Extensão

Nome Word Definition Word Definition
ID jhklfnhipgicandonpkkcpdofchbpjjk
URL Oficial https://chrome.google.com/webstore/detail/word-definition/jhklfnhipgicandonpkkcpdofchbpjjk
Descrição Get detailed definition in both English and Chinese for any selected word on a webpage.
Tamanho do Arquivo 51.54 KB
Contagem de Instalações 181
Versão Atual 1.2
Última Atualização 2015-03-01
Data de Publicação 2015-03-01
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor http://haohany.github.io
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Definition",
    "version": "1.2",
    "description": "Get detailed definition in both English and Chinese for any selected word on a webpage.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "pref.js",
            "bg.js"
        ]
    },
    "browser_action": {
        "default_title": "Word Definition",
        "default_icon": {
            "19": "img\/icon19.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js",
                "jquery.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "chrome:\/\/favicon\/",
        "tabs"
    ]
}