Context Dictionary Lookup

Web dictionary with context information.

Co je Context Dictionary Lookup?

Context Dictionary Lookup je rozšíření Chrome vyvinuté bluefisher80, a jeho hlavní funkcí je „Web dictionary with context information.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Context Dictionary Lookup

Stáhněte si soubory rozšíření Context Dictionary Lookup ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Context Dictionary Lookup Context Dictionary Lookup
ID bjjcmegmiddmkeomkgicfhjajbmnpnfk
Oficiální URL https://chrome.google.com/webstore/detail/context-dictionary-lookup/bjjcmegmiddmkeomkgicfhjajbmnpnfk
Popis Web dictionary with context information.
Velikost souboru 274 KB
Počet instalací 141
Aktuální Verze 7.0.0
Poslední Aktualizace 2020-12-01
Datum Vydání 2020-12-01
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář bluefisher80
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}