Tile Game
Use your reaction time skills to get as many tiles as you can as fast as you can!
Tile Game là gì?
Tile Game là một tiện ích mở rộng Chrome được phát triển bởi Nicholas Z., và tính năng chính của nó là "Use your reaction time skills to get as many tiles as you can as fast as you can!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tile Game
Tải xuống các tệp mở rộng Tile Game dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | peppkhjnpgfhfoeagiiepffelddlcgfn |
URL Chính Thức | https://chrome.google.com/webstore/detail/tile-game/peppkhjnpgfhfoeagiiepffelddlcgfn |
Mô tả | Use your reaction time skills to get as many tiles as you can as fast as you can! |
Kích Thước Tệp | 509 KB |
Số Lần Cài Đặt | 148 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2019-07-02 |
Ngày Phát Hành | 2019-07-02 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Nicholas Z. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nzivkovic.com/projects/tilegame/ |
URL Trang Trợ Giúp | https://nzivkovic.com/projects/tilegame/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |