Brain Fitness Test

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

Brain Fitness Test là gì?

Brain Fitness Test là một tiện ích mở rộng Chrome được phát triển bởi jaanhio, và tính năng chính của nó là "Keep your brain fit! Put your memory to the test!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Brain Fitness Test

Tải xuống các tệp mở rộng Brain Fitness Test dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Brain Fitness Test Brain Fitness Test
ID hijachfllaccimdimegmfoblmafhikdf
URL Chính Thức https://chromewebstore.google.com/detail/brain-fitness-test/hijachfllaccimdimegmfoblmafhikdf
Mô tả Keep your brain fit! Put your memory to the test!
Kích Thước Tệp 81.71 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2018-03-15
Ngày Phát Hành 2018-03-14
Nhà Phát Triển jaanhio
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}