LiKeyChess - Lichess with your keyboard!

Makes it possible to play chess with your keyboard on Lichess

¿Qué es LiKeyChess - Lichess with your keyboard!?

LiKeyChess - Lichess with your keyboard! es una extensión de Chrome desarrollada por poacher2k, y su función principal es "Makes it possible to play chess with your keyboard on Lichess".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión LiKeyChess - Lichess with your keyboard!

Descarga archivos de extensión LiKeyChess - Lichess with your keyboard! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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)                    

Información Básica de la Extensión

Nombre LiKeyChess - Lichess with your keyboard! LiKeyChess - Lichess with your keyboard!
ID lalkgdepdhejacpolhpkigocalcnfhmh
URL Oficial https://chromewebstore.google.com/detail/likeychess-lichess-with-y/lalkgdepdhejacpolhpkigocalcnfhmh
Descripción Makes it possible to play chess with your keyboard on Lichess
Tamaño del Archivo 93.79 KB
Cantidad de Instalaciones 565
Versión Actual 0.10
Última Actualización 2017-01-25
Fecha de Publicación 2017-01-25
Calificación 2.67/5 Total de 6 Calificaciones
Desarrollador poacher2k
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}