Tile Game
Use your reaction time skills to get as many tiles as you can as fast as you can!
什麼是Tile Game?
Tile Game是由Nicholas Z.開發的Chrome擴展程式,該擴展的主要功能是“Use your reaction time skills to get as many tiles as you can as fast as you can!”。
擴展截圖
下載Tile Game擴展crx文件
下載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 |
官方網址 | 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\/*" ] } |