Duolingo: Turn tree upside down
Simply turns the Duolingo skill tree upside down
Vad är Duolingo: Turn tree upside down?
Duolingo: Turn tree upside down är en Chrome-tillägg utvecklad av asininus, och dess huvudfunktion är "Simply turns the Duolingo skill tree upside down".
Tilläggsskärmbilder
Ladda ner Duolingo: Turn tree upside down-förlängningens CRX-fil
Ladda ner Duolingo: Turn tree upside down-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | adcehjegckhlfobdbfblihaehmgnbmll |
Officiell webbadress | https://chrome.google.com/webstore/detail/duolingo-turn-tree-upside/adcehjegckhlfobdbfblihaehmgnbmll |
Beskrivning | Simply turns the Duolingo skill tree upside down |
Filstorlek | 4.42 KB |
Antal Installationer | 193 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2015-12-09 |
Publiceringsdatum | 2015-12-09 |
Betyg | 2.33/5 Totalt 9 Betyg |
Utvecklare | asininus |
Betalningssätt | free |
Stödda Språk | 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" ] } |