LiKeyChess - Lichess with your keyboard!
Makes it possible to play chess with your keyboard on Lichess
Wat is LiKeyChess - Lichess with your keyboard!?
LiKeyChess - Lichess with your keyboard! is een Chrome-extensie ontwikkeld door poacher2k, en de belangrijkste functie is "Makes it possible to play chess with your keyboard on Lichess".
Extensie Screenshots
Download het CRX-bestand van de extensie LiKeyChess - Lichess with your keyboard!
Download LiKeyChess - Lichess with your keyboard!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | lalkgdepdhejacpolhpkigocalcnfhmh |
Officiële URL | https://chromewebstore.google.com/detail/likeychess-lichess-with-y/lalkgdepdhejacpolhpkigocalcnfhmh |
Beschrijving | Makes it possible to play chess with your keyboard on Lichess |
Bestandsgrootte | 93.79 KB |
Aantal Installaties | 565 |
Huidige Versie | 0.10 |
Laatst Bijgewerkt | 2017-01-25 |
Publicatiedatum | 2017-01-25 |
Beoordeling | 2.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | poacher2k |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |