Checkers
Classic checkers. The game has a simple and intuitive interface.
Что такое Checkers?
Checkers - это расширение Chrome, разработанное bakhirev.alexey, и его основная функция - "Classic checkers. The game has a simple and intuitive interface.".
Снимки экрана расширения
Скачать файл CRX расширения Checkers
Скачайте файлы расширений Checkers в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
We all know this game - classic checkers. The game has a simple and intuitive interface. Excellent graphics. This game is not for those who give up without a fight, but for the hard-nosed and persistent people.
Основная информация о расширении
Название | Checkers |
ID | fhgfkokmjjnahoomiaocooplcahgccna |
Официальный URL | https://chromewebstore.google.com/detail/checkers/fhgfkokmjjnahoomiaocooplcahgccna |
Описание | Classic checkers. The game has a simple and intuitive interface. |
Размер файла | 139 KB |
Количество установок | 3,810 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2013-02-12 |
Дата публикации | 2013-02-12 |
Рейтинг | 2.76/5 Всего 25 оценок |
Разработчик | 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": "Checkers" }, "description": "Classic checkers. The game has a simple and intuitive interface.", "icons": { "16": "custom_icon_16.png", "48": "custom_icon_48.jpg", "128": "custom_icon_128.png" }, "sandbox": { "pages": [ "game\/index.html" ], "scripts": [ "game\/js\/durak.js" ] }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "Checkers", "version": "1.0.0" } |