Dvorak right

Dvorak right handed keyboard

Was ist Dvorak right?

Dvorak right ist eine Chrome-Erweiterung, die von chrome-input-extensions entwickelt wurde, und ihr Hauptmerkmal ist "Dvorak right handed keyboard".

Erweiterungsscreenshots

screenshot

Dvorak right-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dvorak right-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 Dvorak keyboard layout for the right 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 right" 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 right 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)                    

Grundlegende Informationen zur Erweiterung

Name Dvorak right Dvorak right
ID ibmblmkjihglholefminaiddohamopnn
Offizielle URL https://chromewebstore.google.com/detail/dvorak-right/ibmblmkjihglholefminaiddohamopnn
Beschreibung Dvorak right handed keyboard
Dateigröße 7.76 KB
Installationsanzahl 608
Aktuelle Version 1.0
Letztes Update 2014-08-04
Veröffentlichungsdatum 2014-08-03
Bewertung 3.83/5 Insgesamt 18 Bewertungen
Entwickler chrome-input-extensions
E-Mail [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": "Dvorak right",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Dvorak right handed keyboard",
    "permissions": [
        "input"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "input_components": [
        {
            "name": "Dvorak right",
            "type": "ime",
            "id": "dvorak_right_xkb",
            "description": "Dvorak right keyboard",
            "language": "en-US",
            "layouts": [
                "us(dvorak-r)"
            ]
        }
    ]
}