Duolingo: Turn tree upside down
Simply turns the Duolingo skill tree upside down
Co to jest Duolingo: Turn tree upside down?
Duolingo: Turn tree upside down to rozszerzenie Chrome opracowane przez asininus, a jego główną funkcją jest „Simply turns the Duolingo skill tree upside down”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Duolingo: Turn tree upside down
Pobierz pliki rozszerzeń Duolingo: Turn tree upside down w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | adcehjegckhlfobdbfblihaehmgnbmll |
Oficjalny URL | https://chrome.google.com/webstore/detail/duolingo-turn-tree-upside/adcehjegckhlfobdbfblihaehmgnbmll |
Opis | Simply turns the Duolingo skill tree upside down |
Rozmiar pliku | 4.42 KB |
Liczba instalacji | 193 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2015-12-09 |
Data Publikacji | 2015-12-09 |
Ocena | 2.33/5 Łącznie 9 Oceny |
Deweloper | asininus |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |