Checkers

Classic checkers. The game has a simple and intuitive interface.

Checkersคืออะไร?

Checkers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bakhirev.alexey และคุณลักษณะหลักของมันคือ "Classic checkers. The game has a simple and intuitive interface."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Checkers

ดาวน์โหลดไฟล์ส่วนขยาย Checkers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We all know this game - classic checkers. The game has a simple and intuitive interface. Excellent graphics. This game is not for those who give up without a fight, but for the hard-nosed and persistent people.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Checkers Checkers
ID fhgfkokmjjnahoomiaocooplcahgccna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/checkers/fhgfkokmjjnahoomiaocooplcahgccna
คำอธิบาย Classic checkers. The game has a simple and intuitive interface.
ขนาดไฟล์ 139 KB
จำนวนการติดตั้ง 3,810
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2013-02-12
วันที่เผยแพร่ 2013-02-12
คะแนน 2.76/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา 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": "Checkers"
    },
    "description": "Classic checkers. The game has a simple and intuitive interface.",
    "icons": {
        "16": "custom_icon_16.png",
        "48": "custom_icon_48.jpg",
        "128": "custom_icon_128.png"
    },
    "sandbox": {
        "pages": [
            "game\/index.html"
        ],
        "scripts": [
            "game\/js\/durak.js"
        ]
    },
    "manifest_version": 2,
    "minimum_chrome_version": "1.0",
    "name": "Checkers",
    "version": "1.0.0"
}