Polish Dvorak

Polish Dvorak layout

Co to jest Polish Dvorak?

Polish Dvorak to rozszerzenie Chrome opracowane przez chrome-input-extensions, a jego główną funkcją jest „Polish Dvorak layout”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Polish Dvorak

Pobierz pliki rozszerzeń Polish Dvorak 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 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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Polish Dvorak Polish Dvorak
ID gikieikejljogkfjbijjplfhbmhbmfkf
Oficjalny URL https://chromewebstore.google.com/detail/polish-dvorak/gikieikejljogkfjbijjplfhbmhbmfkf
Opis Polish Dvorak layout
Rozmiar pliku 7.73 KB
Liczba instalacji 645
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-08-04
Data Publikacji 2014-08-03
Ocena 4.18/5 Łącznie 28 Oceny
Deweloper chrome-input-extensions
E-mail [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": "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)"
            ]
        }
    ]
}