Chess - the board game

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

Chess - the board game là gì?

Chess - the board game là một tiện ích mở rộng Chrome được phát triển bởi bakhirev.alexey, và tính năng chính của nó là "Chess is a two-player strategy board game played on a chessboard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chess - the board game

Tải xuống các tệp mở rộng Chess - the board game dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chess - the board game Chess - the board game
ID licgjijkcdabjnhdhadlpepdigkjjigp
URL Chính Thức https://chromewebstore.google.com/detail/chess-the-board-game/licgjijkcdabjnhdhadlpepdigkjjigp
Mô tả Chess is a two-player strategy board game played on a chessboard
Kích Thước Tệp 824 KB
Số Lần Cài Đặt 3,652
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2013-02-10
Ngày Phát Hành 2013-02-10
Đánh Giá 3.22/5 Tổng số 27 Đánh Giá
Nhà Phát Triển bakhirev.alexey
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}