Context Dictionary Lookup

Web dictionary with context information.

What is Context Dictionary Lookup?

Context Dictionary Lookup is a Chrome extension developed by bluefisher80, and its main feature is "Web dictionary with context information.".

Extension Screenshots

screenshot

Download Context Dictionary Lookup Extension CRX File

Download Context Dictionary Lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Context Dictionary Lookup Context Dictionary Lookup
ID bjjcmegmiddmkeomkgicfhjajbmnpnfk
Official URL https://chrome.google.com/webstore/detail/context-dictionary-lookup/bjjcmegmiddmkeomkgicfhjajbmnpnfk
Description Web dictionary with context information.
File Size 274 KB
Installation Count 141
Current Version 7.0.0
Last Updated 2020-12-01
Publish Date 2020-12-01
Rating 5.00/5 Total 1 Ratings
Developer bluefisher80
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}