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! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย poacher2k และคุณลักษณะหลักของมันคือ "Makes it possible to play chess with your keyboard on Lichess"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LiKeyChess - Lichess with your keyboard!

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        }
    ]
}