Ugolki

The task of the game - to move their pieces into the opposite corner.

Hvad er Ugolki?

Ugolki er en Chrome-udvidelse udviklet af bakhirev.alexey, og dens hovedfunktion er "The task of the game - to move their pieces into the opposite corner.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Ugolki-udvidelses-CRX-fil

Download Ugolki-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Ugolki Ugolki
ID cnddfklmjhnnonidmconpbokkficbohg
Officiel URL https://chromewebstore.google.com/detail/ugolki/cnddfklmjhnnonidmconpbokkficbohg
Beskrivelse The task of the game - to move their pieces into the opposite corner.
Filstørrelse 197 KB
Antal Installationer 35
Nuværende Version 1.0.0
Senest Opdateret 2013-02-21
Udgivelsesdato 2013-02-21
Udvikler bakhirev.alexey
Betalingsmetode free
Understøttede Sprog 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"
}