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 |
电子邮箱 | [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" } ] } |