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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}