Context Dictionary Lookup

Web dictionary with context information.

Wat is Context Dictionary Lookup?

Context Dictionary Lookup is een Chrome-extensie ontwikkeld door bluefisher80, en de belangrijkste functie is "Web dictionary with context information.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Context Dictionary Lookup

Download Context Dictionary Lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Context Dictionary Lookup Context Dictionary Lookup
ID bjjcmegmiddmkeomkgicfhjajbmnpnfk
Officiële URL https://chrome.google.com/webstore/detail/context-dictionary-lookup/bjjcmegmiddmkeomkgicfhjajbmnpnfk
Beschrijving Web dictionary with context information.
Bestandsgrootte 274 KB
Aantal Installaties 141
Huidige Versie 7.0.0
Laatst Bijgewerkt 2020-12-01
Publicatiedatum 2020-12-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar bluefisher80
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}