LiKeyChess - Lichess with your keyboard!

Makes it possible to play chess with your keyboard on Lichess

Qu'est-ce que LiKeyChess - Lichess with your keyboard! ?

LiKeyChess - Lichess with your keyboard! est une extension Chrome développée par poacher2k, et sa fonction principale est "Makes it possible to play chess with your keyboard on Lichess".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension LiKeyChess - Lichess with your keyboard!

Téléchargez les fichiers d'extension LiKeyChess - Lichess with your keyboard! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom LiKeyChess - Lichess with your keyboard! LiKeyChess - Lichess with your keyboard!
ID lalkgdepdhejacpolhpkigocalcnfhmh
URL Officiel https://chromewebstore.google.com/detail/likeychess-lichess-with-y/lalkgdepdhejacpolhpkigocalcnfhmh
Description Makes it possible to play chess with your keyboard on Lichess
Taille du Fichier 93.79 KB
Nombre d'Installations 565
Version Actuelle 0.10
Dernière Mise à Jour 2017-01-25
Date de Publication 2017-01-25
Évaluation 2.67/5 Total 6 Évaluations
Développeur poacher2k
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}