Chess - the board game
Chess is a two-player strategy board game played on a chessboard
Co to jest Chess - the board game?
Chess - the board game to rozszerzenie Chrome opracowane przez bakhirev.alexey, a jego główną funkcją jest „Chess is a two-player strategy board game played on a chessboard”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chess - the board game
Pobierz pliki rozszerzeń Chess - the board game w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Chess - the board game |
ID | licgjijkcdabjnhdhadlpepdigkjjigp |
Oficjalny URL | https://chromewebstore.google.com/detail/chess-the-board-game/licgjijkcdabjnhdhadlpepdigkjjigp |
Opis | Chess is a two-player strategy board game played on a chessboard |
Rozmiar pliku | 824 KB |
Liczba instalacji | 3,652 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2013-02-10 |
Data Publikacji | 2013-02-10 |
Ocena | 3.22/5 Łącznie 27 Oceny |
Deweloper | bakhirev.alexey |
Typ Płatności | free |
Obsługiwane Języki | 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" } |