Durak - the card game

Card game the Durak

Durak - the card game là gì?

Durak - the card game 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à "Card game the Durak".

Ả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 Durak - the card game

Tải xuống các tệp mở rộng Durak - the card game 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 game of Durak appeared in the 19th century in Russia. This is one of the few card games, in which it is possible to develop a clear plan of action. The richness and variety of different combinations, Durak leaves far behind the Checkers, and to some extent comparable to chess. Strategy game based on memorization of cards, probability theory, and psychology.                    

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

Tên Durak - the card game Durak - the card game
ID moendlkcamnfghollfakonolmkaeedmj
URL Chính Thức https://chromewebstore.google.com/detail/durak-the-card-game/moendlkcamnfghollfakonolmkaeedmj
Mô tả Card game the Durak
Kích Thước Tệp 378 KB
Số Lần Cài Đặt 814
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2013-02-10
Ngày Phát Hành 2013-02-09
Đánh Giá 4.54/5 Tổng số 24 Đánh Giá
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": "Durak - the card game"
    },
    "description": "Card game the Durak",
    "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": "Durak - the card game",
    "version": "2.2.0"
}