Ugolki

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

Τι είναι το Ugolki;

Το Ugolki είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bakhirev.alexey, και η κύρια λειτουργία του είναι "The task of the game - to move their pieces into the opposite corner.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ugolki

Λήψη αρχείων επέκτασης Ugolki σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ugolki Ugolki
ID cnddfklmjhnnonidmconpbokkficbohg
Επίσημο URL https://chromewebstore.google.com/detail/ugolki/cnddfklmjhnnonidmconpbokkficbohg
Περιγραφή The task of the game - to move their pieces into the opposite corner.
Μέγεθος Αρχείου 197 KB
Αριθμός Εγκαταστάσεων 35
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2013-02-21
Ημερομηνία Δημοσίευσης 2013-02-21
Προγραμματιστής bakhirev.alexey
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}