Dvorak left

Dvorak left handed keyboard

O que é Dvorak left?

Dvorak left é uma extensão do Chrome desenvolvida por chrome-input-extensions, e sua principal característica é "Dvorak left handed keyboard".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dvorak left

Baixe arquivos de extensão Dvorak left 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 Dvorak keyboard layout for the left 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 left" 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 left 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)                    

Informações Básicas da Extensão

Nome Dvorak left Dvorak left
ID daedidciajfkjpjfmailopfppehmdlkn
URL Oficial https://chromewebstore.google.com/detail/dvorak-left/daedidciajfkjpjfmailopfppehmdlkn
Descrição Dvorak left handed keyboard
Tamanho do Arquivo 7.77 KB
Contagem de Instalações 382
Versão Atual 1.0
Última Atualização 2020-08-19
Data de Publicação 2020-08-18
Classificação 4.40/5 Total de 15 Avaliações
Desenvolvedor chrome-input-extensions
Email [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": "Dvorak left",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Dvorak left handed keyboard",
    "permissions": [
        "input"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "input_components": [
        {
            "name": "Dvorak left",
            "type": "ime",
            "id": "dvorak_left_xkb",
            "description": "Dvorak left keyboard",
            "language": "en-US",
            "layouts": [
                "us(dvorak-l)"
            ]
        }
    ]
}