Ugolki

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

Co je Ugolki?

Ugolki je rozšíření Chrome vyvinuté bakhirev.alexey, a jeho hlavní funkcí je „The task of the game - to move their pieces into the opposite corner.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Ugolki

Stáhněte si soubory rozšíření Ugolki ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Ugolki Ugolki
ID cnddfklmjhnnonidmconpbokkficbohg
Oficiální URL https://chromewebstore.google.com/detail/ugolki/cnddfklmjhnnonidmconpbokkficbohg
Popis The task of the game - to move their pieces into the opposite corner.
Velikost souboru 197 KB
Počet instalací 35
Aktuální Verze 1.0.0
Poslední Aktualizace 2013-02-21
Datum Vydání 2013-02-21
Vývojář bakhirev.alexey
Typ Platby free
Podporované Jazyky 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"
}