Brain Fitness Test
Keep your brain fit! Put your memory to the test!
Brain Fitness Test क्या है?
Brain Fitness Test jaanhio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep your brain fit! Put your memory to the test!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Brain Fitness Test एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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'" } |