Duolingo: Turn tree upside down
Simply turns the Duolingo skill tree upside down
What is Duolingo: Turn tree upside down?
Duolingo: Turn tree upside down is a Chrome extension developed by asininus, and its main feature is "Simply turns the Duolingo skill tree upside down".
Extension Screenshots
Download Duolingo: Turn tree upside down Extension CRX File
Download Duolingo: Turn tree upside down extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | adcehjegckhlfobdbfblihaehmgnbmll |
Official URL | https://chrome.google.com/webstore/detail/duolingo-turn-tree-upside/adcehjegckhlfobdbfblihaehmgnbmll |
Description | Simply turns the Duolingo skill tree upside down |
File Size | 4.42 KB |
Installation Count | 193 |
Current Version | 1.0.0 |
Last Updated | 2015-12-09 |
Publish Date | 2015-12-09 |
Rating | 2.33/5 Total 9 Ratings |
Developer | asininus |
Payment Type | free |
Supported Languages | 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" ] } |