Chess - the board game
Chess is a two-player strategy board game played on a chessboard
Vad är Chess - the board game?
Chess - the board game är en Chrome-tillägg utvecklad av bakhirev.alexey, och dess huvudfunktion är "Chess is a two-player strategy board game played on a chessboard".
Tilläggsskärmbilder
Ladda ner Chess - the board game-förlängningens CRX-fil
Ladda ner Chess - the board game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Chess - the board game |
ID | licgjijkcdabjnhdhadlpepdigkjjigp |
Officiell webbadress | https://chromewebstore.google.com/detail/chess-the-board-game/licgjijkcdabjnhdhadlpepdigkjjigp |
Beskrivning | Chess is a two-player strategy board game played on a chessboard |
Filstorlek | 824 KB |
Antal Installationer | 3,652 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2013-02-10 |
Publiceringsdatum | 2013-02-10 |
Betyg | 3.22/5 Totalt 27 Betyg |
Utvecklare | bakhirev.alexey |
Betalningssätt | free |
Stödda Språk | 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" } |