Context Dictionary Lookup

Web dictionary with context information.

Vad är Context Dictionary Lookup?

Context Dictionary Lookup är en Chrome-tillägg utvecklad av bluefisher80, och dess huvudfunktion är "Web dictionary with context information.".

Tilläggsskärmbilder

screenshot

Ladda ner Context Dictionary Lookup-förlängningens CRX-fil

Ladda ner Context Dictionary Lookup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Context Dictionary Lookup Context Dictionary Lookup
ID bjjcmegmiddmkeomkgicfhjajbmnpnfk
Officiell webbadress https://chrome.google.com/webstore/detail/context-dictionary-lookup/bjjcmegmiddmkeomkgicfhjajbmnpnfk
Beskrivning Web dictionary with context information.
Filstorlek 274 KB
Antal Installationer 141
Aktuell Version 7.0.0
Senast Uppdaterad 2020-12-01
Publiceringsdatum 2020-12-01
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare bluefisher80
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}