Chess - the board game

Chess is a two-player strategy board game played on a chessboard

ما هو Chess - the board game؟

Chess - the board game هو إضافة Chrome تم تطويرها بواسطة bakhirev.alexey، والميزة الرئيسية لها هي "Chess is a two-player strategy board game played on a chessboard".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Chess - the board game

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

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

                        Chess is a two-player strategy board game played on a chessboard, a square checkered gameboard with 64 squares arranged in an eight-by-eight grid. It is one of the world's most popular games, played by millions of people worldwide at home, in clubs, online, by correspondence, and in tournaments.                    

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

الاسم Chess - the board game Chess - the board game
ID licgjijkcdabjnhdhadlpepdigkjjigp
عنوان URL الرسمي https://chromewebstore.google.com/detail/chess-the-board-game/licgjijkcdabjnhdhadlpepdigkjjigp
الوصف Chess is a two-player strategy board game played on a chessboard
حجم الملف 824 KB
عدد التثبيتات 3,652
النسخة الحالية 1.0.0
آخر تحديث 2013-02-10
تاريخ النشر 2013-02-10
تقييم 3.22/5 مجموع تقييمات 27
المطور bakhirev.alexey
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "custom_icon_16.png",
        "default_popup": "popup.html",
        "default_title": "Chess - the board game"
    },
    "description": "Chess is a two-player strategy board game played on a chessboard",
    "icons": {
        "16": "custom_icon_16.png",
        "48": "custom_icon_48.jpg",
        "128": "custom_icon_128.jpg"
    },
    "sandbox": {
        "pages": [
            "game\/index.html"
        ],
        "scripts": [
            "game\/js\/chess.js"
        ]
    },
    "manifest_version": 2,
    "minimum_chrome_version": "1.0",
    "name": "Chess - the board game",
    "version": "1.0.0"
}