Hit the Dot
An easy-to-use and lite game to test your reaction time!
Hit the Dot란 무엇입니까?
Hit the Dot은(는) Jorvi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An easy-to-use and lite game to test your reaction time!"입니다.
확장 프로그램 스크린샷
Hit the Dot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hit the dot is a fun, and very simple speed-test game for your browser. Few features: a. The game and all settings are auto-saved to the memory. b. Dot matrix is resizable to your desired choice, default size is (6 x 10) tile. c. Use the (start | stop) button to start or stop the game. How to play: 1. Click on the orange circle button as, 2. Cells are selected randomly by the addon. 3. One point per correct hit, minus one point per miss. 4. Hit as many orange dots as you can! Note: At each game, the total duration is 30 seconds. Within this time-span hit as many dots as you can. To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/hit-the-dot.html).
확장 프로그램 기본 정보
이름 | |
ID | mnfpajbcekebideplblnlobefchhhiik |
공식 URL | https://chromewebstore.google.com/detail/hit-the-dot/mnfpajbcekebideplblnlobefchhhiik |
설명 | An easy-to-use and lite game to test your reaction time! |
파일 크기 | 23.7 KB |
설치 횟수 | 103 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2022-01-17 |
출시 날짜 | 2017-01-08 |
개발자 | Jorvi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mybrowseraddon.com/hit-the-dot.html |
도움말 페이지 URL | https://mybrowseraddon.com/hit-the-dot.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "name": "Hit the Dot", "manifest_version": 3, "offline_enabled": true, "short_name": "hit-the-dot", "permissions": [ "storage", "contextMenus" ], "homepage_url": "https:\/\/mybrowseraddon.com\/hit-the-dot.html", "description": "An easy-to-use and lite game to test your reaction time!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Hit the Dot", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |