TypeLingo
Duolingo typing restored! Get back the ability to type your responses.
TypeLingoとは何ですか?
TypeLingoはNowamによって開発されたChromeの拡張機能で、その主な機能は「Duolingo typing restored! Get back the ability to type your responses.」です。
拡張機能のスクリーンショット
TypeLingo拡張機能のCRXファイルをダウンロード
TypeLingo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } ] } } |