Ugolki

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

Qu'est-ce que Ugolki ?

Ugolki est une extension Chrome développée par bakhirev.alexey, et sa fonction principale est "The task of the game - to move their pieces into the opposite corner.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ugolki

Téléchargez les fichiers d'extension Ugolki au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ugolki Ugolki
ID cnddfklmjhnnonidmconpbokkficbohg
URL Officiel https://chromewebstore.google.com/detail/ugolki/cnddfklmjhnnonidmconpbokkficbohg
Description The task of the game - to move their pieces into the opposite corner.
Taille du Fichier 197 KB
Nombre d'Installations 35
Version Actuelle 1.0.0
Dernière Mise à Jour 2013-02-21
Date de Publication 2013-02-21
Développeur bakhirev.alexey
Type de Paiement free
Langues Prises en Charge 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"
}