TypeLingo
Duolingo typing restored! Get back the ability to type your responses.
TypeLingo là gì?
TypeLingo là một tiện ích mở rộng Chrome được phát triển bởi Nowam, và tính năng chính của nó là "Duolingo typing restored! Get back the ability to type your responses.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TypeLingo
Tải xuống các tệp mở rộng TypeLingo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TypeLingo |
ID | lkfdecookegdklhpafhikjebeflcgepc |
URL Chính Thức | https://chromewebstore.google.com/detail/typelingo/lkfdecookegdklhpafhikjebeflcgepc |
Mô tả | Duolingo typing restored! Get back the ability to type your responses. |
Kích Thước Tệp | 156 KB |
Số Lần Cài Đặt | 351 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2023-12-13 |
Ngày Phát Hành | 2023-07-27 |
Đánh Giá | 5.00/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Nowam |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Nowammm/TypeLingo |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } } |