TypeLingo
Duolingo typing restored! Get back the ability to type your responses.
Co je TypeLingo?
TypeLingo je rozšíření Chrome vyvinuté Nowam, a jeho hlavní funkcí je „Duolingo typing restored! Get back the ability to type your responses.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TypeLingo
Stáhněte si soubory rozšíření TypeLingo ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | TypeLingo |
ID | lkfdecookegdklhpafhikjebeflcgepc |
Oficiální URL | https://chromewebstore.google.com/detail/typelingo/lkfdecookegdklhpafhikjebeflcgepc |
Popis | Duolingo typing restored! Get back the ability to type your responses. |
Velikost souboru | 156 KB |
Počet instalací | 351 |
Aktuální Verze | 1.1.4 |
Poslední Aktualizace | 2023-12-13 |
Datum Vydání | 2023-07-27 |
Hodnocení | 5.00/5 Celkem 13 Hodnocení |
Vývojář | Nowam |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Nowammm/TypeLingo |
Podporované Jazyky | 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" } ] } } |