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"
}