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
Eメール [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"
        ]
    }
}