LiKeyChess - Lichess with your keyboard!

Makes it possible to play chess with your keyboard on Lichess

Was ist LiKeyChess - Lichess with your keyboard!?

LiKeyChess - Lichess with your keyboard! ist eine Chrome-Erweiterung, die von poacher2k entwickelt wurde, und ihr Hauptmerkmal ist "Makes it possible to play chess with your keyboard on Lichess".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

LiKeyChess - Lichess with your keyboard!-Erweiterungs-CRX-Datei herunterladen

Laden Sie LiKeyChess - Lichess with your keyboard!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name LiKeyChess - Lichess with your keyboard! LiKeyChess - Lichess with your keyboard!
ID lalkgdepdhejacpolhpkigocalcnfhmh
Offizielle URL https://chromewebstore.google.com/detail/likeychess-lichess-with-y/lalkgdepdhejacpolhpkigocalcnfhmh
Beschreibung Makes it possible to play chess with your keyboard on Lichess
Dateigröße 93.79 KB
Installationsanzahl 565
Aktuelle Version 0.10
Letztes Update 2017-01-25
Veröffentlichungsdatum 2017-01-25
Bewertung 2.67/5 Insgesamt 6 Bewertungen
Entwickler poacher2k
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}