Duolingo: Turn tree upside down
Simply turns the Duolingo skill tree upside down
Was ist Duolingo: Turn tree upside down?
Duolingo: Turn tree upside down ist eine Chrome-Erweiterung, die von asininus entwickelt wurde, und ihr Hauptmerkmal ist "Simply turns the Duolingo skill tree upside down".
Erweiterungsscreenshots
Duolingo: Turn tree upside down-Erweiterungs-CRX-Datei herunterladen
Laden Sie Duolingo: Turn tree upside down-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | adcehjegckhlfobdbfblihaehmgnbmll |
Offizielle URL | https://chrome.google.com/webstore/detail/duolingo-turn-tree-upside/adcehjegckhlfobdbfblihaehmgnbmll |
Beschreibung | Simply turns the Duolingo skill tree upside down |
Dateigröße | 4.42 KB |
Installationsanzahl | 193 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2015-12-09 |
Veröffentlichungsdatum | 2015-12-09 |
Bewertung | 2.33/5 Insgesamt 9 Bewertungen |
Entwickler | asininus |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |