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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } ] } } |