Duolingo: Turn tree upside down

Simply turns the Duolingo skill tree upside down

ما هو Duolingo: Turn tree upside down؟

Duolingo: Turn tree upside down هو إضافة Chrome تم تطويرها بواسطة asininus، والميزة الرئيسية لها هي "Simply turns the Duolingo skill tree upside down".

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

screenshot

تحميل ملف CRX للإضافة Duolingo: Turn tree upside down

قم بتنزيل ملفات الامتداد Duolingo: Turn tree upside down بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension makes it easier to start the next lesson by turning the skill tree upside down, so the next lesson is always at the top of the page. 

Also, when you click on a lesson once, it will load it immediately; when you hold it down, it will open the menu as usual.                    

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

الاسم Duolingo: Turn tree upside down Duolingo: Turn tree upside down
ID adcehjegckhlfobdbfblihaehmgnbmll
عنوان URL الرسمي https://chrome.google.com/webstore/detail/duolingo-turn-tree-upside/adcehjegckhlfobdbfblihaehmgnbmll
الوصف Simply turns the Duolingo skill tree upside down
حجم الملف 4.42 KB
عدد التثبيتات 193
النسخة الحالية 1.0.0
آخر تحديث 2015-12-09
تاريخ النشر 2015-12-09
تقييم 2.33/5 مجموع تقييمات 9
المطور asininus
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Duolingo: Turn tree upside down",
    "short_name": "duolingo-treeverse",
    "description": "Simply turns the Duolingo skill tree upside down",
    "version": "1.0.0",
    "minimum_chrome_version": "38",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.duolingo.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}