Context Dictionary Lookup

Web dictionary with context information.

什么是Context Dictionary Lookup?

Context Dictionary Lookup是由bluefisher80开发的Chrome扩展程序,该扩展的主要功能是“Web dictionary with context information.”。

扩展截图

screenshot

下载Context Dictionary Lookup扩展crx文件

下载Context Dictionary Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Context Dictionary Lookup Context Dictionary Lookup
ID bjjcmegmiddmkeomkgicfhjajbmnpnfk
官方URL https://chrome.google.com/webstore/detail/context-dictionary-lookup/bjjcmegmiddmkeomkgicfhjajbmnpnfk
简介 Web dictionary with context information.
文件大小 274 KB
安装次数 141
当前版本 7.0.0
更新时间 2020-12-01
上架时间 2020-12-01
评分 5.00/5 共1次评分
开发者 bluefisher80
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        ]
    }
}