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
官方網址 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"
        ]
    }
}