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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |