Context Dictionary Lookup

Web dictionary with context information.

Qu'est-ce que Context Dictionary Lookup ?

Context Dictionary Lookup est une extension Chrome développée par bluefisher80, et sa fonction principale est "Web dictionary with context information.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Context Dictionary Lookup

Téléchargez les fichiers d'extension Context Dictionary Lookup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Context Dictionary Lookup Context Dictionary Lookup
ID bjjcmegmiddmkeomkgicfhjajbmnpnfk
URL Officiel https://chrome.google.com/webstore/detail/context-dictionary-lookup/bjjcmegmiddmkeomkgicfhjajbmnpnfk
Description Web dictionary with context information.
Taille du Fichier 274 KB
Nombre d'Installations 141
Version Actuelle 7.0.0
Dernière Mise à Jour 2020-12-01
Date de Publication 2020-12-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur bluefisher80
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}