Dvorak right
Dvorak right handed keyboard
Qu'est-ce que Dvorak right ?
Dvorak right est une extension Chrome développée par chrome-input-extensions, et sa fonction principale est "Dvorak right handed keyboard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dvorak right
Téléchargez les fichiers d'extension Dvorak right au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension provides a Dvorak keyboard layout for the right 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 right" 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 right 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)
Informations de Base sur l'Extension
Nom | Dvorak right |
ID | ibmblmkjihglholefminaiddohamopnn |
URL Officiel | https://chromewebstore.google.com/detail/dvorak-right/ibmblmkjihglholefminaiddohamopnn |
Description | Dvorak right handed keyboard |
Taille du Fichier | 7.76 KB |
Nombre d'Installations | 608 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-08-04 |
Date de Publication | 2014-08-03 |
Évaluation | 3.83/5 Total 18 Évaluations |
Développeur | chrome-input-extensions |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://policies.google.com/privacy?hl=en |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dvorak right", "version": "1.0", "manifest_version": 2, "description": "Dvorak right handed keyboard", "permissions": [ "input" ], "background": { "scripts": [ "background.js" ] }, "input_components": [ { "name": "Dvorak right", "type": "ime", "id": "dvorak_right_xkb", "description": "Dvorak right keyboard", "language": "en-US", "layouts": [ "us(dvorak-r)" ] } ] } |