DuoKB
Changes input for Duolingo without need of switching keyboard layouts.
Cos'è DuoKB?
DuoKB è un'estensione di Chrome sviluppata da Eratosthenes, e la sua funzione principale è "Changes input for Duolingo without need of switching keyboard layouts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DuoKB
Scarica i file di estensione DuoKB in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Currently works only with the following languages:
Greek
Hebrew
Russian
Ukrainian Informazioni di Base sull'Estensione
| Nome | |
| ID | kpejbcdkbendicaleokecfkmmpkgkedl |
| URL Ufficiale | https://chromewebstore.google.com/detail/duokb/kpejbcdkbendicaleokecfkmmpkgkedl |
| Descrizione | Changes input for Duolingo without need of switching keyboard layouts. |
| Dimensione del File | 56.84 KB |
| Conteggio Installazioni | 31 |
| Versione Corrente | 0.13 |
| Ultimo Aggiornamento | 2023-10-15 |
| Data di Pubblicazione | 2020-12-13 |
| Sviluppatore | Eratosthenes |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/cdberkstresser/DuoKB |
| URL della Pagina di Aiuto | https://github.com/cdberkstresser/DuoKB |
| Lingue Supportate | 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"
]
} | |