DuoKB
Changes input for Duolingo without need of switching keyboard layouts.
Wat is DuoKB?
DuoKB is een Chrome-extensie ontwikkeld door Eratosthenes, en de belangrijkste functie is "Changes input for Duolingo without need of switching keyboard layouts.".
Extensie Screenshots
Download het CRX-bestand van de extensie DuoKB
Download DuoKB-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Currently works only with the following languages: Greek Hebrew Russian Ukrainian
Basisinformatie over de Extensie
Naam | DuoKB |
ID | kpejbcdkbendicaleokecfkmmpkgkedl |
Officiële URL | https://chromewebstore.google.com/detail/duokb/kpejbcdkbendicaleokecfkmmpkgkedl |
Beschrijving | Changes input for Duolingo without need of switching keyboard layouts. |
Bestandsgrootte | 56.84 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.13 |
Laatst Bijgewerkt | 2023-10-15 |
Publicatiedatum | 2020-12-13 |
Ontwikkelaar | Eratosthenes |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/cdberkstresser/DuoKB |
Help Pagina-URL | https://github.com/cdberkstresser/DuoKB |
Ondersteunde Talen | 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" ] } |