Brain Fitness Test

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

什麼是Brain Fitness Test?

Brain Fitness Test是由jaanhio開發的Chrome擴展程式,該擴展的主要功能是“Keep your brain fit! Put your memory to the test!”。

擴展截圖

screenshot

下載Brain Fitness Test擴展crx文件

下載Brain Fitness Test擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Brain Fitness Test Brain Fitness Test
ID hijachfllaccimdimegmfoblmafhikdf
官方網址 https://chromewebstore.google.com/detail/brain-fitness-test/hijachfllaccimdimegmfoblmafhikdf
簡介 Keep your brain fit! Put your memory to the test!
檔案大小 81.71 KB
安裝次數 35
目前版本 1
更新時間 2018-03-15
上架時間 2018-03-14
開發者 jaanhio
電子郵箱 [email protected]
付費類型 free
支援的語言 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'"
}