Chess - the board game
Chess is a two-player strategy board game played on a chessboard
What is Chess - the board game?
Chess - the board game is a Chrome extension developed by bakhirev.alexey, and its main feature is "Chess is a two-player strategy board game played on a chessboard".
Extension Screenshots
Download Chess - the board game Extension CRX File
Download Chess - the board game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Chess - the board game |
ID | licgjijkcdabjnhdhadlpepdigkjjigp |
Official URL | https://chromewebstore.google.com/detail/chess-the-board-game/licgjijkcdabjnhdhadlpepdigkjjigp |
Description | Chess is a two-player strategy board game played on a chessboard |
File Size | 824 KB |
Installation Count | 3,652 |
Current Version | 1.0.0 |
Last Updated | 2013-02-10 |
Publish Date | 2013-02-10 |
Rating | 3.22/5 Total 27 Ratings |
Developer | bakhirev.alexey |
Payment Type | free |
Supported Languages | 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" } |