Dvorak right
Dvorak right handed keyboard
Co to jest Dvorak right?
Dvorak right to rozszerzenie Chrome opracowane przez chrome-input-extensions, a jego główną funkcją jest „Dvorak right handed keyboard”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dvorak right
Pobierz pliki rozszerzeń Dvorak right w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | Dvorak right |
ID | ibmblmkjihglholefminaiddohamopnn |
Oficjalny URL | https://chromewebstore.google.com/detail/dvorak-right/ibmblmkjihglholefminaiddohamopnn |
Opis | Dvorak right handed keyboard |
Rozmiar pliku | 7.76 KB |
Liczba instalacji | 608 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-08-04 |
Data Publikacji | 2014-08-03 |
Ocena | 3.83/5 Łącznie 18 Oceny |
Deweloper | chrome-input-extensions |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://policies.google.com/privacy?hl=en |
Obsługiwane Języki | 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)" ] } ] } |