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 |
官方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\/*" ] } |