Goldtect Dictionary

A bilingual English-Chinese dictionary extension to easily look-up words.

ما هو Goldtect Dictionary؟

Goldtect Dictionary هو إضافة Chrome تم تطويرها بواسطة http://www.jinweijie.com، والميزة الرئيسية لها هي "A bilingual English-Chinese dictionary extension to easily look-up words.".

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

screenshot

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

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

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

                        A bilingual English-Chinese dictionary extension to easily look-up words.

Support text selection and search.

Shortcut is Ctrl + Q.                    

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

الاسم Goldtect Dictionary Goldtect Dictionary
ID pghpihfalgajndppmjiehjdcijnfbamk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/goldtect-dictionary/pghpihfalgajndppmjiehjdcijnfbamk
الوصف A bilingual English-Chinese dictionary extension to easily look-up words.
حجم الملف 78.04 KB
عدد التثبيتات 44
النسخة الحالية 1.3
آخر تحديث 2023-01-18
تاريخ النشر 2014-04-23
تقييم 5.00/5 مجموع تقييمات 3
المطور http://www.jinweijie.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Goldtect Dictionary",
    "description": "A bilingual English-Chinese dictionary extension to easily look-up words.",
    "version": "1.3",
    "permissions": [
        "",
        "http:\/\/dict.youdao.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q"
            }
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    }
}