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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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