LiKeyChess - Lichess with your keyboard!
Makes it possible to play chess with your keyboard on Lichess
Cos'è LiKeyChess - Lichess with your keyboard!?
LiKeyChess - Lichess with your keyboard! è un'estensione di Chrome sviluppata da poacher2k, e la sua funzione principale è "Makes it possible to play chess with your keyboard on Lichess".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LiKeyChess - Lichess with your keyboard!
Scarica i file di estensione LiKeyChess - Lichess with your keyboard! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | |
ID | lalkgdepdhejacpolhpkigocalcnfhmh |
URL Ufficiale | https://chromewebstore.google.com/detail/likeychess-lichess-with-y/lalkgdepdhejacpolhpkigocalcnfhmh |
Descrizione | Makes it possible to play chess with your keyboard on Lichess |
Dimensione del File | 93.79 KB |
Conteggio Installazioni | 565 |
Versione Corrente | 0.10 |
Ultimo Aggiornamento | 2017-01-25 |
Data di Pubblicazione | 2017-01-25 |
Valutazione | 2.67/5 Totale 6 Valutazioni |
Sviluppatore | poacher2k |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |