Duolingo: Turn tree upside down

Simply turns the Duolingo skill tree upside down

Co je Duolingo: Turn tree upside down?

Duolingo: Turn tree upside down je rozšíření Chrome vyvinuté asininus, a jeho hlavní funkcí je „Simply turns the Duolingo skill tree upside down“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Duolingo: Turn tree upside down

Stáhněte si soubory rozšíření Duolingo: Turn tree upside down ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Duolingo: Turn tree upside down Duolingo: Turn tree upside down
ID adcehjegckhlfobdbfblihaehmgnbmll
Oficiální URL https://chrome.google.com/webstore/detail/duolingo-turn-tree-upside/adcehjegckhlfobdbfblihaehmgnbmll
Popis Simply turns the Duolingo skill tree upside down
Velikost souboru 4.42 KB
Počet instalací 193
Aktuální Verze 1.0.0
Poslední Aktualizace 2015-12-09
Datum Vydání 2015-12-09
Hodnocení 2.33/5 Celkem 9 Hodnocení
Vývojář asininus
Typ Platby free
Podporované Jazyky 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"
    ]
}