Polish Dvorak
Polish Dvorak layout
Was ist Polish Dvorak?
Polish Dvorak ist eine Chrome-Erweiterung, die von chrome-input-extensions entwickelt wurde, und ihr Hauptmerkmal ist "Polish Dvorak layout".
Erweiterungsscreenshots
Polish Dvorak-Erweiterungs-CRX-Datei herunterladen
Laden Sie Polish Dvorak-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gikieikejljogkfjbijjplfhbmhbmfkf |
| Offizielle URL | https://chromewebstore.google.com/detail/polish-dvorak/gikieikejljogkfjbijjplfhbmhbmfkf |
| Beschreibung | Polish Dvorak layout |
| Dateigröße | 7.73 KB |
| Installationsanzahl | 645 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2014-08-04 |
| Veröffentlichungsdatum | 2014-08-03 |
| Bewertung | 4.18/5 Insgesamt 28 Bewertungen |
| Entwickler | chrome-input-extensions |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://policies.google.com/privacy?hl=en |
| Unterstützte Sprachen | 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)"
]
}
]
} | |