Reaction Time Game

Improve your reflexes anytime, even offline!

Vad är Reaction Time Game?

Reaction Time Game är en Chrome-tillägg utvecklad av Maxim Collingwood, och dess huvudfunktion är "Improve your reflexes anytime, even offline!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Reaction Time Game-förlängningens CRX-fil

Ladda ner Reaction Time Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Use this simple and engaging popup to test your reaction times. See how fast your basic reflexes are in milliseconds and compare the times with your friends! Use it while you're waiting for a page to load, in a meeting, at school, or just trying to get a new high score!

UPDATE 2.0 - Made milliseconds completely accurate.                    

Grundläggande Information om Tillägg

Namn Reaction Time Game Reaction Time Game
ID epnapkhlpikljdnnhkmfebapmmekjlab
Officiell webbadress https://chromewebstore.google.com/detail/reaction-time-game/epnapkhlpikljdnnhkmfebapmmekjlab
Beskrivning Improve your reflexes anytime, even offline!
Filstorlek 42.09 KB
Antal Installationer 3,613
Aktuell Version 2.1
Senast Uppdaterad 2020-11-04
Publiceringsdatum 2019-10-23
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Maxim Collingwood
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reaction Time Game",
    "description": "Improve your reflexes anytime, even offline!",
    "version": "2.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "home.html",
        "default_icon": "icon.png"
    }
}