Smarter Duo

This extension makes Duolingo's choice of practice more intelligent

ما هو Smarter Duo؟

Smarter Duo هو إضافة Chrome تم تطويرها بواسطة Ippo، والميزة الرئيسية لها هي "This extension makes Duolingo's choice of practice more intelligent".

تحميل ملف CRX للإضافة Smarter Duo

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

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

                                            

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

الاسم Smarter Duo Smarter Duo
ID haomnjjgbbhdekldmabddhnciffplcbn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/smarter-duo/haomnjjgbbhdekldmabddhnciffplcbn
الوصف This extension makes Duolingo's choice of practice more intelligent
حجم الملف 18.79 KB
عدد التثبيتات 149
النسخة الحالية 0.1
آخر تحديث 2017-06-10
تاريخ النشر 2017-06-10
تقييم 4.60/5 مجموع تقييمات 5
المطور Ippo
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smarter Duo",
    "version": "0.1",
    "description": "This extension makes Duolingo's choice of practice more intelligent",
    "author": "Ippo",
    "icons": {
        "128": "book.png"
    },
    "browser_action": {
        "default_icon": "book.png",
        "default_popup": "popup.html",
        "default_title": "Start practice"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.duolingo.com\/api\/1\/"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}