Tic-Tac-Toe

Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.

Tic-Tac-Toeคืออะไร?

Tic-Tac-Toe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tarundabhi และคุณลักษณะหลักของมันคือ "Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tic-Tac-Toe

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

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

                                            

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

ชื่อ Tic-Tac-Toe Tic-Tac-Toe
ID fefhbndhjbpfggfackdcgdiikdpbgomn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tic-tac-toe/fefhbndhjbpfggfackdcgdiikdpbgomn
คำอธิบาย Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.
ขนาดไฟล์ 142 KB
จำนวนการติดตั้ง 122
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-08-11
วันที่เผยแพร่ 2018-08-11
ผู้พัฒนา tarundabhi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tic-Tac-Toe",
    "version": "1.1",
    "description": "Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3\u00d73 grid.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}