Ugolki
The task of the game - to move their pieces into the opposite corner.
Was ist Ugolki?
Ugolki ist eine Chrome-Erweiterung, die von bakhirev.alexey entwickelt wurde, und ihr Hauptmerkmal ist "The task of the game - to move their pieces into the opposite corner.".
Erweiterungsscreenshots
Ugolki-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ugolki-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Ugolki |
ID | cnddfklmjhnnonidmconpbokkficbohg |
Offizielle URL | https://chromewebstore.google.com/detail/ugolki/cnddfklmjhnnonidmconpbokkficbohg |
Beschreibung | The task of the game - to move their pieces into the opposite corner. |
Dateigröße | 197 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2013-02-21 |
Veröffentlichungsdatum | 2013-02-21 |
Entwickler | bakhirev.alexey |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |