DuoKB
Changes input for Duolingo without need of switching keyboard layouts.
DuoKBとは何ですか?
DuoKBはEratosthenesによって開発されたChromeの拡張機能で、その主な機能は「Changes input for Duolingo without need of switching keyboard layouts.」です。
拡張機能のスクリーンショット
DuoKB拡張機能のCRXファイルをダウンロード
DuoKB拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Currently works only with the following languages: Greek Hebrew Russian Ukrainian
拡張機能の基本情報
名前 | DuoKB |
ID | kpejbcdkbendicaleokecfkmmpkgkedl |
公式URL | https://chromewebstore.google.com/detail/duokb/kpejbcdkbendicaleokecfkmmpkgkedl |
説明 | Changes input for Duolingo without need of switching keyboard layouts. |
ファイルサイズ | 56.84 KB |
インストール数 | 31 |
現在のバージョン | 0.13 |
最終更新日 | 2023-10-15 |
公開日 | 2020-12-13 |
開発者 | Eratosthenes |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/cdberkstresser/DuoKB |
ヘルプページのURL | https://github.com/cdberkstresser/DuoKB |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Changes input for Duolingo without need of switching keyboard layouts.", "manifest_version": 3, "name": "DuoKB", "version": "0.13", "homepage_url": "https:\/\/github.com\/cdberkstresser\/DuoKB", "icons": { "16": "icons\/duokb-16.png", "32": "icons\/duokb-32.png", "48": "icons\/duokb-48.png", "64": "icons\/duokb-64.png", "96": "icons\/duokb-96.png", "128": "icons\/duokb-128.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "action": { "default_icon": "icons\/duokb-128.png", "default_title": "DuoKB" }, "content_scripts": [ { "matches": [ "https:\/\/*.duolingo.com\/*" ], "js": [ "duokb.js", "translations.js", "options.js" ] } ], "permissions": [ "storage" ] } |