Word Definition

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

Cos'è Word Definition?

Word Definition è un'estensione di Chrome sviluppata da http://haohany.github.io, e la sua funzione principale è "Get detailed definition in both English and Chinese for any selected word on a webpage.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Word Definition

Scarica i file di estensione Word Definition 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

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

Informazioni di Base sull'Estensione

Nome Word Definition Word Definition
ID jhklfnhipgicandonpkkcpdofchbpjjk
URL Ufficiale https://chrome.google.com/webstore/detail/word-definition/jhklfnhipgicandonpkkcpdofchbpjjk
Descrizione Get detailed definition in both English and Chinese for any selected word on a webpage.
Dimensione del File 51.54 KB
Conteggio Installazioni 181
Versione Corrente 1.2
Ultimo Aggiornamento 2015-03-01
Data di Pubblicazione 2015-03-01
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore http://haohany.github.io
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}