Extension for Duolingo
Extension for Duolingo to support some features like: remove tournament board, short-cut in practice and more...
Extension for Duolingo क्या है?
Extension for Duolingo https://nmhillusion.web.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for Duolingo to support some features like: remove tournament board, short-cut in practice and more..."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Extension for Duolingo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Click on extension icon in toolbar to update setting of extension. Add up some features when access duolingo exam: remove tournament board, add short-cut when do exams and stories. Note: This extention will make your learning more difficult with no hints any more and you must use keyboard to enter answer without vocabularies. * Shortcuts: - Number 0 to 9 to press the button in options to answer. - Alt + Shift + P to go to practice. - Alt + Shift + Q to go to stories. * List all the decayed skills in the first part skills tree * Only show custom panel for your EXP today * See config options of this extension for more options * Automatic shortcuts for wordbanks and other elements * Auto-click "Next" button for more focus on the exam [Source of project]: https://gitlab.com/nmhillusion/duolingo-chrome-extension/
एक्सटेंशन की मूल जानकारी
नाम | Extension for Duolingo |
ID | imkilagmimmnfcicabegllpcfbjkhdci |
आधिकारिक URL | https://chromewebstore.google.com/detail/extension-for-duolingo/imkilagmimmnfcicabegllpcfbjkhdci |
विवरण | Extension for Duolingo to support some features like: remove tournament board, short-cut in practice and more... |
फ़ाइल का आकार | 27.39 KB |
स्थापना संख्या | 1,518 |
वर्तमान संस्करण | 1.3.11 |
अंतिम अपडेट | 2024-01-26 |
प्रकाशन तिथि | 2021-12-06 |
रेटिंग | 3.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://nmhillusion.web.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extension for Duolingo", "version": "1.3.11", "description": "Extension for Duolingo to support some features like: remove tournament board, short-cut in practice and more...", "manifest_version": 3, "background": { "service_worker": "dist\/background.out.js" }, "permissions": [ "storage", "declarativeContent" ], "action": { "default_popup": "dist\/popup\/popup.html", "default_icon": { "128": "images\/icon.png" } }, "icons": { "128": "images\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.duolingo.com\/*" ], "js": [ "lib\/metrix.2021.12.05.lib.js", "dist\/content.out.js" ] } ], "host_permissions": [ "https:\/\/www.duolingo.com\/" ], "options_ui": { "page": "dist\/option\/options.html", "open_in_tab": false } } |