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
公式URL 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
Eメール [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'"
}