Hit the Dot

An easy-to-use and lite game to test your reaction time!

Hit the Dot là gì?

Hit the Dot là một tiện ích mở rộng Chrome được phát triển bởi Jorvi, và tính năng chính của nó là "An easy-to-use and lite game to test your reaction time!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hit the Dot

Tải xuống các tệp mở rộng Hit the Dot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hit the Dot Hit the Dot
ID mnfpajbcekebideplblnlobefchhhiik
URL Chính Thức https://chromewebstore.google.com/detail/hit-the-dot/mnfpajbcekebideplblnlobefchhhiik
Mô tả An easy-to-use and lite game to test your reaction time!
Kích Thước Tệp 23.7 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2022-01-17
Ngày Phát Hành 2017-01-08
Nhà Phát Triển Jorvi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mybrowseraddon.com/hit-the-dot.html
URL Trang Trợ Giúp https://mybrowseraddon.com/hit-the-dot.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}