Context Dictionary Lookup

Web dictionary with context information.

ما هو Context Dictionary Lookup؟

Context Dictionary Lookup هو إضافة Chrome تم تطويرها بواسطة bluefisher80، والميزة الرئيسية لها هي "Web dictionary with context information.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Context Dictionary Lookup

قم بتنزيل ملفات الامتداد Context Dictionary Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        ]
    }
}