Context Dictionary Lookup

Web dictionary with context information.

Was ist Context Dictionary Lookup?

Context Dictionary Lookup ist eine Chrome-Erweiterung, die von bluefisher80 entwickelt wurde, und ihr Hauptmerkmal ist "Web dictionary with context information.".

Erweiterungsscreenshots

screenshot

Context Dictionary Lookup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Context Dictionary Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Context Dictionary Lookup Context Dictionary Lookup
ID bjjcmegmiddmkeomkgicfhjajbmnpnfk
Offizielle URL https://chrome.google.com/webstore/detail/context-dictionary-lookup/bjjcmegmiddmkeomkgicfhjajbmnpnfk
Beschreibung Web dictionary with context information.
Dateigröße 274 KB
Installationsanzahl 141
Aktuelle Version 7.0.0
Letztes Update 2020-12-01
Veröffentlichungsdatum 2020-12-01
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler bluefisher80
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}