Double Click Dictionary

Checking the lexical item on any websites using double click

ما هو Double Click Dictionary؟

Double Click Dictionary هو إضافة Chrome تم تطويرها بواسطة Vuong Nguyen، والميزة الرئيسية لها هي "Checking the lexical item on any websites using double click".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Double Click Dictionary

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

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

                        A dictionary that works on any website. Simply double click to fetch the meaning, pronunciation. It currently supports 5 in 1 dictionaries including English - Vietnamese, English - English, Collocation Dictionary, Basic Dictionary and Thesaurus.                    

معلومات أساسية عن التمديد

الاسم Double Click Dictionary Double Click Dictionary
ID mhodfiapdkckpndblmmajncefllgpcjm
عنوان URL الرسمي https://chromewebstore.google.com/detail/double-click-dictionary/mhodfiapdkckpndblmmajncefllgpcjm
الوصف Checking the lexical item on any websites using double click
حجم الملف 53.53 KB
عدد التثبيتات 220
النسخة الحالية 0.2
آخر تحديث 2023-07-14
تاريخ النشر 2023-03-25
تقييم 5.00/5 مجموع تقييمات 4
المطور Vuong Nguyen
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tudien.net
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Double Click Dictionary",
    "author": "Vuong Nguyen",
    "homepage_url": "https:\/\/tudien.net",
    "action": {
        "default_title": "T\u00f9y ch\u1ec9nh t\u1eeb \u0111i\u1ec3n",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/static\/images\/tudien16.png",
        "32": "\/static\/images\/tudien32.png",
        "48": "\/static\/images\/tudien48.png",
        "128": "\/static\/images\/tudien128.png"
    },
    "manifest_version": 3,
    "version": "0.2",
    "description": "Checking the lexical item on any websites using double click",
    "permissions": [],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ]
}