Popup Chess

A drag-and-drop chessboard in a popup.

ما هو Popup Chess؟

Popup Chess هو إضافة Chrome تم تطويرها بواسطة Maxim Collingwood، والميزة الرئيسية لها هي "A drag-and-drop chessboard in a popup.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Popup Chess

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

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

                        A drag-and-drop chessboard in a popup.

Use this chessboard to - 
• Check out different openings.
• Practice puzzles.
• Play against a friend locally.
• Study endgames.

Instructions - 
• Drag and drop a piece to move it.
• Drag a piece outside the board and drop it to remove it.
• Close and reopen the extension to reset the board.                    

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

الاسم Popup Chess Popup Chess
ID fdcghamdklpdgdcdhjlelphhcbdgpapn
عنوان URL الرسمي https://chromewebstore.google.com/detail/popup-chess/fdcghamdklpdgdcdhjlelphhcbdgpapn
الوصف A drag-and-drop chessboard in a popup.
حجم الملف 85.04 KB
عدد التثبيتات 346
النسخة الحالية 1
آخر تحديث 2021-03-30
تاريخ النشر 2021-03-29
تقييم 5.00/5 مجموع تقييمات 2
المطور Maxim Collingwood
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Popup Chess",
    "description": "A drag-and-drop chessboard in a popup.",
    "version": "1",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    }
}