LiKeyChess - Lichess with your keyboard!

Makes it possible to play chess with your keyboard on Lichess

O que é LiKeyChess - Lichess with your keyboard!?

LiKeyChess - Lichess with your keyboard! é uma extensão do Chrome desenvolvida por poacher2k, e sua principal característica é "Makes it possible to play chess with your keyboard on Lichess".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LiKeyChess - Lichess with your keyboard!

Baixe arquivos de extensão LiKeyChess - Lichess with your keyboard! 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

                        Makes it possible to play chess on lichess.org using only a keyboard.

Good for playing on a laptop, or if you're tired of mouseslips!

Important note - for this to work, you must have click move enabled. ie, it does not work if you have only drag move enabled.

How to use:
1. Start a game on lichess.org
2. Click the button that says "Click to activate KeyboardChess"
3. Type coordinates to perform a click at given coordinates

ex. playing white moving your a-pawn:
1. a2 (selects pawn on a2)
2. a4 (moves pawn to a4)                    

Informações Básicas da Extensão

Nome LiKeyChess - Lichess with your keyboard! LiKeyChess - Lichess with your keyboard!
ID lalkgdepdhejacpolhpkigocalcnfhmh
URL Oficial https://chromewebstore.google.com/detail/likeychess-lichess-with-y/lalkgdepdhejacpolhpkigocalcnfhmh
Descrição Makes it possible to play chess with your keyboard on Lichess
Tamanho do Arquivo 93.79 KB
Contagem de Instalações 565
Versão Atual 0.10
Última Atualização 2017-01-25
Data de Publicação 2017-01-25
Classificação 2.67/5 Total de 6 Avaliações
Desenvolvedor poacher2k
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LiKeyChess - Lichess with your keyboard!",
    "short_name": "LiKeyChess",
    "version": "0.10",
    "description": "Makes it possible to play chess with your keyboard on Lichess",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.lichess.org\/*"
            ],
            "run_at": "document_end"
        }
    ]
}