Ugolki
The task of the game - to move their pieces into the opposite corner.
What is Ugolki?
Ugolki is a Chrome extension developed by bakhirev.alexey, and its main feature is "The task of the game - to move their pieces into the opposite corner.".
Extension Screenshots
Download Ugolki Extension CRX File
Download Ugolki extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Ugolki |
ID | cnddfklmjhnnonidmconpbokkficbohg |
Official URL | https://chromewebstore.google.com/detail/ugolki/cnddfklmjhnnonidmconpbokkficbohg |
Description | The task of the game - to move their pieces into the opposite corner. |
File Size | 197 KB |
Installation Count | 35 |
Current Version | 1.0.0 |
Last Updated | 2013-02-21 |
Publish Date | 2013-02-21 |
Developer | bakhirev.alexey |
Payment Type | free |
Supported Languages | 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" } |