Cambridge Learner's Dictionary

Cambridge Learner's Dictionary

ما هو Cambridge Learner's Dictionary؟

Cambridge Learner's Dictionary هو إضافة Chrome تم تطويرها بواسطة Michael Tsai، والميزة الرئيسية لها هي "Cambridge Learner's Dictionary".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Cambridge Learner's Dictionary

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

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

                        Help you search vocabulary with Cambridge Learner's Dictionary                    

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

الاسم Cambridge Learner's Dictionary Cambridge Learner's Dictionary
ID idpaecfcldiocoajohmnninkbiicdgnm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/cambridge-learners-dictio/idpaecfcldiocoajohmnninkbiicdgnm
الوصف Cambridge Learner's Dictionary
حجم الملف 24.38 KB
عدد التثبيتات 500
النسخة الحالية 0.2
آخر تحديث 2019-04-13
تاريخ النشر 2019-04-13
تقييم 5.00/5 مجموع تقييمات 2
المطور Michael Tsai
نوع الدفع free
موقع الإضافة https://github.com/Mingx94/dictionary-extension/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cambridge Learner's Dictionary",
    "description": "Cambridge Learner's Dictionary",
    "version": "0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "ext.js"
        ],
        "persistent": false
    }
}