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. |
Eメール | [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\/*" ] } |