Ugolki
The task of the game - to move their pieces into the opposite corner.
Что такое Ugolki?
Ugolki - это расширение Chrome, разработанное bakhirev.alexey, и его основная функция - "The task of the game - to move their pieces into the opposite corner.".
Снимки экрана расширения
Скачать файл CRX расширения Ugolki
Скачайте файлы расширений Ugolki в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The task of the game - to move their pieces into the opposite corner, before your opponent to build in your corner. Moves are made, one by one. Movement is possible along the horizontals and verticals in all directions. In one move, move no more than one checker.
Основная информация о расширении
Название | Ugolki |
ID | cnddfklmjhnnonidmconpbokkficbohg |
Официальный URL | https://chromewebstore.google.com/detail/ugolki/cnddfklmjhnnonidmconpbokkficbohg |
Описание | The task of the game - to move their pieces into the opposite corner. |
Размер файла | 197 KB |
Количество установок | 35 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2013-02-21 |
Дата публикации | 2013-02-21 |
Разработчик | 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": "Ugolki" }, "description": "The task of the game - to move their pieces into the opposite corner.", "icons": { "16": "custom_icon_16.png", "48": "custom_icon_48.png", "128": "custom_icon_128.png" }, "sandbox": { "pages": [ "game\/index.html" ], "scripts": [ "game\/js\/durak.js" ] }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "Ugolki", "version": "1.0.0" } |