Piece Mover for Lichess

Move pieces while drawing arrows

ما هو Piece Mover for Lichess؟

Piece Mover for Lichess هو إضافة Chrome تم تطويرها بواسطة Fatih Mustafa Buçak، والميزة الرئيسية لها هي "Move pieces while drawing arrows".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Piece Mover for Lichess

قم بتنزيل ملفات الامتداد Piece Mover for Lichess بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Lichess doesn't move pieces while drawing arrows. It would be better to see pieces as the arrow shows. This extension moves pieces according to arrows. When you clean the arrows, the pieces will back to their original position.                    

معلومات أساسية عن التمديد

الاسم Piece Mover for Lichess Piece Mover for Lichess
ID hfmgojlegmbjoacgdocldnbgndbehejc
عنوان URL الرسمي https://chromewebstore.google.com/detail/piece-mover-for-lichess/hfmgojlegmbjoacgdocldnbgndbehejc
الوصف Move pieces while drawing arrows
حجم الملف 9.68 KB
عدد التثبيتات 34
النسخة الحالية 1.0.1
آخر تحديث 2023-09-22
تاريخ النشر 2022-03-08
تقييم 5.00/5 مجموع تقييمات 1
المطور Fatih Mustafa Buçak
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Piece Mover for Lichess",
    "version": "1.0.1",
    "author": "Fatih Mustafa Bucak",
    "description": "Move pieces while drawing arrows",
    "permissions": [],
    "options_page": "info.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icons16.png",
        "32": "images\/icons32.png",
        "48": "images\/icons48.png",
        "128": "images\/icons128.png"
    },
    "manifest_version": 3
}