Duolingo: Turn tree upside down
Simply turns the Duolingo skill tree upside down
Duolingo: Turn tree upside down क्या है?
Duolingo: Turn tree upside down asininus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply turns the Duolingo skill tree upside down"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Duolingo: Turn tree upside down एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | adcehjegckhlfobdbfblihaehmgnbmll |
आधिकारिक URL | https://chrome.google.com/webstore/detail/duolingo-turn-tree-upside/adcehjegckhlfobdbfblihaehmgnbmll |
विवरण | Simply turns the Duolingo skill tree upside down |
फ़ाइल का आकार | 4.42 KB |
स्थापना संख्या | 193 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2015-12-09 |
प्रकाशन तिथि | 2015-12-09 |
रेटिंग | 2.33/5 कुल 9 रेटिंग्स |
डेवलपर | asininus |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |