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!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Hit the Dot扩展crx文件

下载Hit the Dot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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).                    

扩展基本信息

名称 Hit the Dot Hit the Dot
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"
    }
}