Goldtect Dictionary

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

Cos'è Goldtect Dictionary?

Goldtect Dictionary è un'estensione di Chrome sviluppata da http://www.jinweijie.com, e la sua funzione principale è "A bilingual English-Chinese dictionary extension to easily look-up words.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Goldtect Dictionary

Scarica i file di estensione Goldtect Dictionary 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

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

Support text selection and search.

Shortcut is Ctrl + Q.                    

Informazioni di Base sull'Estensione

Nome Goldtect Dictionary Goldtect Dictionary
ID pghpihfalgajndppmjiehjdcijnfbamk
URL Ufficiale https://chrome.google.com/webstore/detail/goldtect-dictionary/pghpihfalgajndppmjiehjdcijnfbamk
Descrizione A bilingual English-Chinese dictionary extension to easily look-up words.
Dimensione del File 78.04 KB
Conteggio Installazioni 44
Versione Corrente 1.3
Ultimo Aggiornamento 2023-01-18
Data di Pubblicazione 2014-04-23
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore http://www.jinweijie.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}