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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}