Polish Dvorak
Polish Dvorak layout
Cos'è Polish Dvorak?
Polish Dvorak è un'estensione di Chrome sviluppata da chrome-input-extensions, e la sua funzione principale è "Polish Dvorak layout".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Polish Dvorak
Scarica i file di estensione Polish Dvorak 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 Polish Dvorak keyboard layout in Chrome OS. How to enable: after installing the extension, head over to chrome://settings/languages then add Polish, and check the Polish Dvorak 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 Polish Dvorak keyboard (symbol: PL*). By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/. Changelog: v1.1 fixed incorrect keyboard descriptor in the manifest 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 | Polish Dvorak |
ID | gikieikejljogkfjbijjplfhbmhbmfkf |
URL Ufficiale | https://chromewebstore.google.com/detail/polish-dvorak/gikieikejljogkfjbijjplfhbmhbmfkf |
Descrizione | Polish Dvorak layout |
Dimensione del File | 7.73 KB |
Conteggio Installazioni | 645 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-08-04 |
Data di Pubblicazione | 2014-08-03 |
Valutazione | 4.18/5 Totale 28 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": "Polish Dvorak", "version": "1.1", "manifest_version": 2, "description": "Polish Dvorak layout", "permissions": [ "input" ], "background": { "scripts": [ "background.js" ] }, "input_components": [ { "name": "Polish Dvorak", "type": "ime", "id": "polish-dvorak", "description": "Polish Dvorak", "language": "pl", "layouts": [ "pl(dvorak)" ] } ] } |