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".
Снимки экрана расширения
Скачать файл 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 |
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" } |