Tile Game
Use your reaction time skills to get as many tiles as you can as fast as you can!
Tile Gameคืออะไร?
Tile Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicholas Z. และคุณลักษณะหลักของมันคือ "Use your reaction time skills to get as many tiles as you can as fast as you can!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tile Game
ดาวน์โหลดไฟล์ส่วนขยาย Tile Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This game is based around an idea similar to piano tiles, and is very easy to learn how to play. The game is also being constantly updated, so make sure to play often to access the new features. This game has: • A fun, easy to play, and addicting style • Accounts to keep track of your progress through your journey • A leaderboard to compare yourself to the top players in the world • A store with upgrades and styling mods for the game • A quick support system if you need help with the game Have fun playing, and make sure to leave a review!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | peppkhjnpgfhfoeagiiepffelddlcgfn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tile-game/peppkhjnpgfhfoeagiiepffelddlcgfn |
คำอธิบาย | Use your reaction time skills to get as many tiles as you can as fast as you can! |
ขนาดไฟล์ | 509 KB |
จำนวนการติดตั้ง | 148 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2019-07-02 |
วันที่เผยแพร่ | 2019-07-02 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Nicholas Z. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nzivkovic.com/projects/tilegame/ |
URL หน้าช่วยเหลือ | https://nzivkovic.com/projects/tilegame/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tile Game", "short_name": "tilegame", "description": "Use your reaction time skills to get as many tiles as you can as fast as you can!", "version": "1.4.0", "icons": { "128": "icon\/128.png", "48": "icon\/48.png" }, "browser_action": { "default_icon": "icon\/48.png", "default_popup": "game\/popup.html" }, "permissions": [ "*:\/\/nzivkovic.com\/*", "*:\/\/192.168.0.116\/*" ] } |