Brain Fitness Test

Keep your brain fit! Put your memory to the test!

Vad är Brain Fitness Test?

Brain Fitness Test är en Chrome-tillägg utvecklad av jaanhio, och dess huvudfunktion är "Keep your brain fit! Put your memory to the test!".

Tilläggsskärmbilder

screenshot

Ladda ner Brain Fitness Test-förlängningens CRX-fil

Ladda ner Brain Fitness Test-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

                        Our brain is a muscle that needs constant stimulation and exercise to keep it sharp and alert.  Studies have shown that playing memory games 30 minutes to one hour every day can help harness one's concentration and focus level in a way that will be improved as you go along.

The next time you are taking a break from work or hours of YouTube, take time to test your brain fitness.                    

Grundläggande Information om Tillägg

Namn Brain Fitness Test Brain Fitness Test
ID hijachfllaccimdimegmfoblmafhikdf
Officiell webbadress https://chromewebstore.google.com/detail/brain-fitness-test/hijachfllaccimdimegmfoblmafhikdf
Beskrivning Keep your brain fit! Put your memory to the test!
Filstorlek 81.71 KB
Antal Installationer 35
Aktuell Version 1
Senast Uppdaterad 2018-03-15
Publiceringsdatum 2018-03-14
Utvecklare jaanhio
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brain Fitness Test",
    "description": "Keep your brain fit! Put your memory to the test!",
    "version": "1",
    "author": "jaanhio",
    "browser_action": {
        "default_title": "Have a good day"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "48": ".\/static\/brain.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.2.1.slim.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/js\/bootstrap.min.js https:\/\/use.fontawesome.com\/releases\/v5.0.8\/js\/all.js object-src 'self'"
}