Ugolki

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

Apa itu Ugolki?

Ugolki adalah ekstensi Chrome yang dikembangkan oleh bakhirev.alexey, dan fitur utamanya adalah "The task of the game - to move their pieces into the opposite corner.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Ugolki

Unduh file ekstensi Ugolki dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Ugolki Ugolki
ID cnddfklmjhnnonidmconpbokkficbohg
URL Resmi https://chromewebstore.google.com/detail/ugolki/cnddfklmjhnnonidmconpbokkficbohg
Deskripsi The task of the game - to move their pieces into the opposite corner.
Ukuran File 197 KB
Jumlah Instalasi 35
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2013-02-21
Tanggal Publikasi 2013-02-21
Pengembang bakhirev.alexey
Tipe Pembayaran free
Bahasa yang Didukung 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"
}