Hit the Dot
An easy-to-use and lite game to test your reaction time!
O que é Hit the Dot?
Hit the Dot é uma extensão do Chrome desenvolvida por Jorvi, e sua principal característica é "An easy-to-use and lite game to test your reaction time!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hit the Dot
Baixe arquivos de extensão Hit the Dot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | |
ID | mnfpajbcekebideplblnlobefchhhiik |
URL Oficial | https://chromewebstore.google.com/detail/hit-the-dot/mnfpajbcekebideplblnlobefchhhiik |
Descrição | An easy-to-use and lite game to test your reaction time! |
Tamanho do Arquivo | 23.7 KB |
Contagem de Instalações | 103 |
Versão Atual | 0.1.2 |
Última Atualização | 2022-01-17 |
Data de Publicação | 2017-01-08 |
Desenvolvedor | Jorvi |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://mybrowseraddon.com/hit-the-dot.html |
URL da Página de Ajuda | https://mybrowseraddon.com/hit-the-dot.html |
Idiomas Suportados | 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" } } |