Duolingo: Turn tree upside down
Simply turns the Duolingo skill tree upside down
Cos'è Duolingo: Turn tree upside down?
Duolingo: Turn tree upside down è un'estensione di Chrome sviluppata da asininus, e la sua funzione principale è "Simply turns the Duolingo skill tree upside down".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Duolingo: Turn tree upside down
Scarica i file di estensione Duolingo: Turn tree upside down in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | adcehjegckhlfobdbfblihaehmgnbmll |
URL Ufficiale | https://chrome.google.com/webstore/detail/duolingo-turn-tree-upside/adcehjegckhlfobdbfblihaehmgnbmll |
Descrizione | Simply turns the Duolingo skill tree upside down |
Dimensione del File | 4.42 KB |
Conteggio Installazioni | 193 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2015-12-09 |
Data di Pubblicazione | 2015-12-09 |
Valutazione | 2.33/5 Totale 9 Valutazioni |
Sviluppatore | asininus |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |