Ugolki

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

Ugolki là gì?

Ugolki là một tiện ích mở rộng Chrome được phát triển bởi bakhirev.alexey, và tính năng chính của nó là "The task of the game - to move their pieces into the opposite corner.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ugolki

Tải xuống các tệp mở rộng Ugolki dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ugolki Ugolki
ID cnddfklmjhnnonidmconpbokkficbohg
URL Chính Thức https://chromewebstore.google.com/detail/ugolki/cnddfklmjhnnonidmconpbokkficbohg
Mô tả The task of the game - to move their pieces into the opposite corner.
Kích Thước Tệp 197 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2013-02-21
Ngày Phát Hành 2013-02-21
Nhà Phát Triển bakhirev.alexey
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}