Polish Dvorak
Polish Dvorak layout
O que é Polish Dvorak?
Polish Dvorak é uma extensão do Chrome desenvolvida por chrome-input-extensions, e sua principal característica é "Polish Dvorak layout".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Polish Dvorak
Baixe arquivos de extensão Polish Dvorak no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | Polish Dvorak |
ID | gikieikejljogkfjbijjplfhbmhbmfkf |
URL Oficial | https://chromewebstore.google.com/detail/polish-dvorak/gikieikejljogkfjbijjplfhbmhbmfkf |
Descrição | Polish Dvorak layout |
Tamanho do Arquivo | 7.73 KB |
Contagem de Instalações | 645 |
Versão Atual | 1.1 |
Última Atualização | 2014-08-04 |
Data de Publicação | 2014-08-03 |
Classificação | 4.18/5 Total de 28 Avaliações |
Desenvolvedor | chrome-input-extensions |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://policies.google.com/privacy?hl=en |
Idiomas Suportados | 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)" ] } ] } |