Context Dictionary Lookup

Web dictionary with context information.

Apa itu Context Dictionary Lookup?

Context Dictionary Lookup adalah ekstensi Chrome yang dikembangkan oleh bluefisher80, dan fitur utamanya adalah "Web dictionary with context information.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Context Dictionary Lookup

Unduh file ekstensi Context Dictionary Lookup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Context Dictionary Lookup Context Dictionary Lookup
ID bjjcmegmiddmkeomkgicfhjajbmnpnfk
URL Resmi https://chrome.google.com/webstore/detail/context-dictionary-lookup/bjjcmegmiddmkeomkgicfhjajbmnpnfk
Deskripsi Web dictionary with context information.
Ukuran File 274 KB
Jumlah Instalasi 141
Versi Saat Ini 7.0.0
Terakhir Diperbarui 2020-12-01
Tanggal Publikasi 2020-12-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang bluefisher80
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}