Polish Dvorak

Polish Dvorak layout

Qu'est-ce que Polish Dvorak ?

Polish Dvorak est une extension Chrome développée par chrome-input-extensions, et sa fonction principale est "Polish Dvorak layout".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Polish Dvorak

Téléchargez les fichiers d'extension Polish Dvorak 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 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)                    

Informations de Base sur l'Extension

Nom Polish Dvorak Polish Dvorak
ID gikieikejljogkfjbijjplfhbmhbmfkf
URL Officiel https://chromewebstore.google.com/detail/polish-dvorak/gikieikejljogkfjbijjplfhbmhbmfkf
Description Polish Dvorak layout
Taille du Fichier 7.73 KB
Nombre d'Installations 645
Version Actuelle 1.1
Dernière Mise à Jour 2014-08-04
Date de Publication 2014-08-03
Évaluation 4.18/5 Total 28 Évaluations
Développeur chrome-input-extensions
Email [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": "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)"
            ]
        }
    ]
}