Colorful Tic-Tac-Toe

Colorful Tic-Tac-Toe in Chrome from tCubed!

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

Colorful Tic-Tac-Toe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://playtcubed.com และคุณลักษณะหลักของมันคือ "Colorful Tic-Tac-Toe in Chrome from tCubed!"

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

screenshot
screenshot
screenshot

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

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

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

                        Play tic tac toe (a.k.a Noughts and Crosses, Three in a row, tres en raya) in single player mode against an AI player or in two player mode against your friends and family. 

You will be sure to love the attractively colored boards and fun Mario sounds :)

Oh, did we mention it's developed by tCubed, the leading indie dev studio for putting strategic twists on classic game? 

More at http://www.PlaytCubed.com/games/tic-tac-toe

Version Updates
V3.0.1
- Small styling tweaks

V3.0.0
- Mainly architectural updates using webpack as well as small theme styling tweaks.
V2.1.0
- Big update friends!!! Close to adding 5x5 and 7x7, the framework is in place :) Just finishing the AI :)
- Language Support
V1.0.3
-Sorry, somehow added Rubik's Cube Chrome app...now it's TTT again ;P
- Add multiple levels for computer difficulty

V1.0.2
- Add multiple levels for computer difficulty

V1.0.1
- Fixed bug causing 1Player/2Player mode to change when mute was toggled

V.1.0.0
- Initial Release                    

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

ชื่อ Colorful Tic-Tac-Toe Colorful Tic-Tac-Toe
ID pfjbakaelkkenbenekldmehijlbpjjea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/colorful-tic-tac-toe/pfjbakaelkkenbenekldmehijlbpjjea
คำอธิบาย Colorful Tic-Tac-Toe in Chrome from tCubed!
ขนาดไฟล์ 2.23 MB
จำนวนการติดตั้ง 300,968
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2021-03-27
วันที่เผยแพร่ 2020-01-31
คะแนน 4.34/5 รวมทั้งหมด 182 คะแนน
ผู้พัฒนา https://playtcubed.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://playtcubed.com/games/tic-tac-toe
URL หน้าช่วยเหลือ http://playtcubed.com/games/tic-tac-toe
URL หน้านโยบายความเป็นส่วนตัว https://playtcubed.com/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.0.1",
    "icons": {
        "128": "game\/images\/icon_128.png"
    },
    "background": {
        "page": "template\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "game\/images\/icon.png",
        "default_popup": "template\/popup.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.playtcubed.com\/*",
            "http:\/\/*.playtcubed.com\/*",
            "https:\/\/*.tcubedstudios.com\/*",
            "http:\/\/*.tcubedstudios.com\/*"
        ]
    }
}