LiKeyChess - Lichess with your keyboard!

Makes it possible to play chess with your keyboard on Lichess

Hvad er LiKeyChess - Lichess with your keyboard!?

LiKeyChess - Lichess with your keyboard! er en Chrome-udvidelse udviklet af poacher2k, og dens hovedfunktion er "Makes it possible to play chess with your keyboard on Lichess".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download LiKeyChess - Lichess with your keyboard!-udvidelses-CRX-fil

Download LiKeyChess - Lichess with your keyboard!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn LiKeyChess - Lichess with your keyboard! LiKeyChess - Lichess with your keyboard!
ID lalkgdepdhejacpolhpkigocalcnfhmh
Officiel URL https://chromewebstore.google.com/detail/likeychess-lichess-with-y/lalkgdepdhejacpolhpkigocalcnfhmh
Beskrivelse Makes it possible to play chess with your keyboard on Lichess
Filstørrelse 93.79 KB
Antal Installationer 565
Nuværende Version 0.10
Senest Opdateret 2017-01-25
Udgivelsesdato 2017-01-25
Bedømmelse 2.67/5 Samlet 6 Bedømmelser
Udvikler poacher2k
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}