Tic Tac Toe
Play Tic-Tac-Toe in Chrome in two modes with four difficulty levels.
Tic Tac Toeคืออะไร?
Tic Tac Toe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Simple Extension Games และคุณลักษณะหลักของมันคือ "Play Tic-Tac-Toe in Chrome in two modes with four difficulty levels."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tic Tac Toe
ดาวน์โหลดไฟล์ส่วนขยาย Tic Tac Toe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use a simple, clean, easy-to-operate Chrome extension to play the classic Tic-Tac-Toe game. Just click the game icon to open the game in a popup and begin. The game does not open in a new tab. With a cleaner look and more reliable and accurate features, this game is a great option to play when bored while surfing the web! Play in two modes: one player against an AI, or two players, and toggle easily between the two. One-player mode offers four AI difficulty levels, ranging from easy to extreme! On your turn, simply click the desired spot to place your piece. Change the mode or difficulty level at any time during the game, and click "New Game" to reset the board. UPDATES: Version 4.2.5 - Changes to game images Version 4.2.4 - Changes to difficulties Version 4.2.3 - More logo and icon updates to the store listing Version 4.2.2 - Updates to app logos and icons
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tic Tac Toe |
ID | gfimmmhncpdcfakcclecimecaopjedin |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tic-tac-toe/gfimmmhncpdcfakcclecimecaopjedin |
คำอธิบาย | Play Tic-Tac-Toe in Chrome in two modes with four difficulty levels. |
ขนาดไฟล์ | 406 KB |
จำนวนการติดตั้ง | 304 |
เวอร์ชันปัจจุบัน | 4.2.5 |
อัปเดตครั้งล่าสุด | 2020-06-24 |
วันที่เผยแพร่ | 2020-06-24 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Simple Extension Games |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tic Tac Toe", "description": "Play Tic-Tac-Toe in Chrome in two modes with four difficulty levels.", "version": "4.2.5", "browser_action": { "default_popup": "TicTacToeSingle.html", "default_icon": "tictactoeIcon.png" }, "icons": { "128": "tictactoeIcon128.png", "96": "tictactoeIcon96.png", "48": "tictactoeIcon48.png", "32": "tictactoeIcon32.png", "16": "tictactoeIcon16.png" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "MacCtrl+Shift+L" }, "description": "Opens TicTacToeSingle.html" } } } |