DuoKB
Changes input for Duolingo without need of switching keyboard layouts.
What is DuoKB?
DuoKB is a Chrome extension developed by Eratosthenes, and its main feature is "Changes input for Duolingo without need of switching keyboard layouts.".
Extension Screenshots
Download DuoKB Extension CRX File
Download DuoKB extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Currently works only with the following languages: Greek Hebrew Russian Ukrainian
Extension Basic Information
Name | DuoKB |
ID | kpejbcdkbendicaleokecfkmmpkgkedl |
Official URL | https://chromewebstore.google.com/detail/duokb/kpejbcdkbendicaleokecfkmmpkgkedl |
Description | Changes input for Duolingo without need of switching keyboard layouts. |
File Size | 56.84 KB |
Installation Count | 31 |
Current Version | 0.13 |
Last Updated | 2023-10-15 |
Publish Date | 2020-12-13 |
Developer | Eratosthenes |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/cdberkstresser/DuoKB |
Help Page URL | https://github.com/cdberkstresser/DuoKB |
Supported Languages | 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" ] } |