LiKeyChess - Lichess with your keyboard!
Makes it possible to play chess with your keyboard on Lichess
Apa itu LiKeyChess - Lichess with your keyboard!?
LiKeyChess - Lichess with your keyboard! adalah ekstensi Chrome yang dikembangkan oleh poacher2k, dan fitur utamanya adalah "Makes it possible to play chess with your keyboard on Lichess".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi LiKeyChess - Lichess with your keyboard!
Unduh file ekstensi LiKeyChess - Lichess with your keyboard! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | |
ID | lalkgdepdhejacpolhpkigocalcnfhmh |
URL Resmi | https://chromewebstore.google.com/detail/likeychess-lichess-with-y/lalkgdepdhejacpolhpkigocalcnfhmh |
Deskripsi | Makes it possible to play chess with your keyboard on Lichess |
Ukuran File | 93.79 KB |
Jumlah Instalasi | 565 |
Versi Saat Ini | 0.10 |
Terakhir Diperbarui | 2017-01-25 |
Tanggal Publikasi | 2017-01-25 |
Penilaian | 2.67/5 Total 6 Penilaian |
Pengembang | poacher2k |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |