Duolingo: Turn tree upside down
Simply turns the Duolingo skill tree upside down
Wat is Duolingo: Turn tree upside down?
Duolingo: Turn tree upside down is een Chrome-extensie ontwikkeld door asininus, en de belangrijkste functie is "Simply turns the Duolingo skill tree upside down".
Extensie Screenshots
Download het CRX-bestand van de extensie Duolingo: Turn tree upside down
Download Duolingo: Turn tree upside down-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | adcehjegckhlfobdbfblihaehmgnbmll |
Officiële URL | https://chrome.google.com/webstore/detail/duolingo-turn-tree-upside/adcehjegckhlfobdbfblihaehmgnbmll |
Beschrijving | Simply turns the Duolingo skill tree upside down |
Bestandsgrootte | 4.42 KB |
Aantal Installaties | 193 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2015-12-09 |
Publicatiedatum | 2015-12-09 |
Beoordeling | 2.33/5 Totaal 9 Beoordelingen |
Ontwikkelaar | asininus |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |