TypeLingo
Duolingo typing restored! Get back the ability to type your responses.
TypeLingo क्या है?
TypeLingo Nowam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Duolingo typing restored! Get back the ability to type your responses."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TypeLingo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Introducing the ultimate solution for Duolingo learners who crave a seamless language learning experience! If you've ever found yourself frustrated by the tedious task of searching for words in the word bank, worry no more. With just a click, this extension brings back the precious ability to type your responses in Duolingo's "Write this in English" exercise. Say farewell to the word bank's limitations and embrace the keyboard's full potential! The extension isn't functioning correctly? 1. Try fully exiting Duolingo, then relaunch. 2. If needed, temporarily switch to the "Old" mode until a bug fix is available (mode changing is in the extension's popup window).
एक्सटेंशन की मूल जानकारी
नाम | TypeLingo |
ID | lkfdecookegdklhpafhikjebeflcgepc |
आधिकारिक URL | https://chromewebstore.google.com/detail/typelingo/lkfdecookegdklhpafhikjebeflcgepc |
विवरण | Duolingo typing restored! Get back the ability to type your responses. |
फ़ाइल का आकार | 156 KB |
स्थापना संख्या | 351 |
वर्तमान संस्करण | 1.1.4 |
अंतिम अपडेट | 2023-12-13 |
प्रकाशन तिथि | 2023-07-27 |
रेटिंग | 5.00/5 कुल 13 रेटिंग्स |
डेवलपर | Nowam |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Nowammm/TypeLingo |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TypeLingo", "author": "Nowam", "description": "Duolingo typing restored! Get back the ability to type your responses.", "version": "1.1.4", "permissions": [ "storage", "tabs", "scripting", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "https:\/\/*.duolingo.com\/*", "https:\/\/d35aaqx5ub95lt.cloudfront.net\/*", "https:\/\/firebasestorage.googleapis.com\/*" ], "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "action": { "default_popup": "\/popup\/popup.html" }, "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] } } |