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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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