LiKeyChess - Lichess with your keyboard!
Makes it possible to play chess with your keyboard on Lichess
LiKeyChess - Lichess with your keyboard!とは何ですか?
LiKeyChess - Lichess with your keyboard!はpoacher2kによって開発されたChromeの拡張機能で、その主な機能は「Makes it possible to play chess with your keyboard on Lichess」です。
拡張機能のスクリーンショット
LiKeyChess - Lichess with your keyboard!拡張機能のCRXファイルをダウンロード
LiKeyChess - Lichess with your keyboard!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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)
拡張機能の基本情報
名前 | |
ID | lalkgdepdhejacpolhpkigocalcnfhmh |
公式URL | https://chromewebstore.google.com/detail/likeychess-lichess-with-y/lalkgdepdhejacpolhpkigocalcnfhmh |
説明 | Makes it possible to play chess with your keyboard on Lichess |
ファイルサイズ | 93.79 KB |
インストール数 | 565 |
現在のバージョン | 0.10 |
最終更新日 | 2017-01-25 |
公開日 | 2017-01-25 |
評価 | 2.67/5 合計 6 レビュー |
開発者 | poacher2k |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } ] } |