LiKeyChess - Lichess with your keyboard!
Makes it possible to play chess with your keyboard on Lichess
LiKeyChess - Lichess with your keyboard! là gì?
LiKeyChess - Lichess with your keyboard! là một tiện ích mở rộng Chrome được phát triển bởi poacher2k, và tính năng chính của nó là "Makes it possible to play chess with your keyboard on Lichess".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LiKeyChess - Lichess with your keyboard!
Tải xuống các tệp mở rộng LiKeyChess - Lichess with your keyboard! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lalkgdepdhejacpolhpkigocalcnfhmh |
URL Chính Thức | https://chromewebstore.google.com/detail/likeychess-lichess-with-y/lalkgdepdhejacpolhpkigocalcnfhmh |
Mô tả | Makes it possible to play chess with your keyboard on Lichess |
Kích Thước Tệp | 93.79 KB |
Số Lần Cài Đặt | 565 |
Phiên Bản Hiện Tại | 0.10 |
Cập Nhật Lần Cuối | 2017-01-25 |
Ngày Phát Hành | 2017-01-25 |
Đánh Giá | 2.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | poacher2k |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |