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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes it possible to play chess with your keyboard on Lichess"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LiKeyChess - Lichess with your keyboard! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}