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”。

擴展截圖

screenshot
screenshot
screenshot

下載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)                    

擴展基本資訊

名稱 LiKeyChess - Lichess with your keyboard! LiKeyChess - Lichess with your keyboard!
ID lalkgdepdhejacpolhpkigocalcnfhmh
官方網址 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"
        }
    ]
}