Dvorak left
Dvorak left handed keyboard
Cos'è Dvorak left?
Dvorak left è un'estensione di Chrome sviluppata da chrome-input-extensions, e la sua funzione principale è "Dvorak left handed keyboard".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dvorak left
Scarica i file di estensione Dvorak left 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
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)
Informazioni di Base sull'Estensione
Nome | Dvorak left |
ID | daedidciajfkjpjfmailopfppehmdlkn |
URL Ufficiale | https://chromewebstore.google.com/detail/dvorak-left/daedidciajfkjpjfmailopfppehmdlkn |
Descrizione | Dvorak left handed keyboard |
Dimensione del File | 7.77 KB |
Conteggio Installazioni | 382 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-08-19 |
Data di Pubblicazione | 2020-08-18 |
Valutazione | 4.40/5 Totale 15 Valutazioni |
Sviluppatore | chrome-input-extensions |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://policies.google.com/privacy?hl=en |
Lingue Supportate | 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)" ] } ] } |