Context Dictionary Lookup

Web dictionary with context information.

Cos'è Context Dictionary Lookup?

Context Dictionary Lookup è un'estensione di Chrome sviluppata da bluefisher80, e la sua funzione principale è "Web dictionary with context information.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Context Dictionary Lookup

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

                        Translate the word under mouse cursor to Chinese if left button pressed for one second,no more selection needed.                    

Informazioni di Base sull'Estensione

Nome Context Dictionary Lookup Context Dictionary Lookup
ID bjjcmegmiddmkeomkgicfhjajbmnpnfk
URL Ufficiale https://chrome.google.com/webstore/detail/context-dictionary-lookup/bjjcmegmiddmkeomkgicfhjajbmnpnfk
Descrizione Web dictionary with context information.
Dimensione del File 274 KB
Conteggio Installazioni 141
Versione Corrente 7.0.0
Ultimo Aggiornamento 2020-12-01
Data di Pubblicazione 2020-12-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore bluefisher80
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style\/lookup.css"
            ],
            "js": [
                "include\/jquery.min.js",
                "include\/jquery-ui.min.js",
                "include\/lookup.js",
                "include\/selection.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Web dictionary with context information.",
    "options_page": "options.html",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "256": "icon256.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "name": "Context Dictionary Lookup",
    "permissions": [
        "",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.0.0",
    "web_accessible_resources": [
        "img\/icon.svg",
        "img\/history.png"
    ],
    "background": {
        "scripts": [
            "background.js",
            "common.js",
            "include\/jquery.min.js"
        ]
    }
}