LiKeyChess - Lichess with your keyboard!
Makes it possible to play chess with your keyboard on Lichess
What is LiKeyChess - Lichess with your keyboard!?
LiKeyChess - Lichess with your keyboard! is a Chrome extension developed by poacher2k, and its main feature is "Makes it possible to play chess with your keyboard on Lichess".
Extension Screenshots
Download LiKeyChess - Lichess with your keyboard! Extension CRX File
Download LiKeyChess - Lichess with your keyboard! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | |
ID | lalkgdepdhejacpolhpkigocalcnfhmh |
Official URL | https://chromewebstore.google.com/detail/likeychess-lichess-with-y/lalkgdepdhejacpolhpkigocalcnfhmh |
Description | Makes it possible to play chess with your keyboard on Lichess |
File Size | 93.79 KB |
Installation Count | 565 |
Current Version | 0.10 |
Last Updated | 2017-01-25 |
Publish Date | 2017-01-25 |
Rating | 2.67/5 Total 6 Ratings |
Developer | poacher2k |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |