LiKeyChess - Lichess with your keyboard!

Makes it possible to play chess with your keyboard on Lichess

Vad är LiKeyChess - Lichess with your keyboard!?

LiKeyChess - Lichess with your keyboard! är en Chrome-tillägg utvecklad av poacher2k, och dess huvudfunktion är "Makes it possible to play chess with your keyboard on Lichess".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner LiKeyChess - Lichess with your keyboard!-förlängningens CRX-fil

Ladda ner LiKeyChess - Lichess with your keyboard!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn LiKeyChess - Lichess with your keyboard! LiKeyChess - Lichess with your keyboard!
ID lalkgdepdhejacpolhpkigocalcnfhmh
Officiell webbadress https://chromewebstore.google.com/detail/likeychess-lichess-with-y/lalkgdepdhejacpolhpkigocalcnfhmh
Beskrivning Makes it possible to play chess with your keyboard on Lichess
Filstorlek 93.79 KB
Antal Installationer 565
Aktuell Version 0.10
Senast Uppdaterad 2017-01-25
Publiceringsdatum 2017-01-25
Betyg 2.67/5 Totalt 6 Betyg
Utvecklare poacher2k
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}