Polish Dvorak
Polish Dvorak layout
Wat is Polish Dvorak?
Polish Dvorak is een Chrome-extensie ontwikkeld door chrome-input-extensions, en de belangrijkste functie is "Polish Dvorak layout".
Extensie Screenshots
Download het CRX-bestand van de extensie Polish Dvorak
Download Polish Dvorak-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 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) Basisinformatie over de Extensie
| Naam | |
| ID | gikieikejljogkfjbijjplfhbmhbmfkf |
| Officiële URL | https://chromewebstore.google.com/detail/polish-dvorak/gikieikejljogkfjbijjplfhbmhbmfkf |
| Beschrijving | Polish Dvorak layout |
| Bestandsgrootte | 7.73 KB |
| Aantal Installaties | 645 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2014-08-04 |
| Publicatiedatum | 2014-08-03 |
| Beoordeling | 4.18/5 Totaal 28 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": "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)"
]
}
]
} | |