Dvorak left
Dvorak left handed keyboard
Wat is Dvorak left?
Dvorak left is een Chrome-extensie ontwikkeld door chrome-input-extensions, en de belangrijkste functie is "Dvorak left handed keyboard".
Extensie Screenshots
Download het CRX-bestand van de extensie Dvorak left
Download Dvorak left-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
This extension provides a Dvorak keyboard layout for the left hand in Chrome OS. How to enable: after installing the extension, head over to chrome://settings/languages then add English (US), and check the "Dvorak left" option. If the option does not show up, sign out once and retry the procedure. Switch keyboard layouts with Alt+Shift until you hit the Dvorak left keyboard (symbol: DV*).
By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
Known issue: if this stopped working after updating to M36 please see crbug.com/397143 for a workaround (Chrome OS 37+ should not be affected) Basisinformatie over de Extensie
| Naam | |
| ID | daedidciajfkjpjfmailopfppehmdlkn |
| Officiële URL | https://chromewebstore.google.com/detail/dvorak-left/daedidciajfkjpjfmailopfppehmdlkn |
| Beschrijving | Dvorak left handed keyboard |
| Bestandsgrootte | 7.77 KB |
| Aantal Installaties | 382 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-08-19 |
| Publicatiedatum | 2020-08-18 |
| Beoordeling | 4.40/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | chrome-input-extensions |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://policies.google.com/privacy?hl=en |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dvorak left",
"version": "1.0",
"manifest_version": 2,
"description": "Dvorak left handed keyboard",
"permissions": [
"input"
],
"background": {
"scripts": [
"background.js"
]
},
"input_components": [
{
"name": "Dvorak left",
"type": "ime",
"id": "dvorak_left_xkb",
"description": "Dvorak left keyboard",
"language": "en-US",
"layouts": [
"us(dvorak-l)"
]
}
]
} | |