Brain Fitness Test
Keep your brain fit! Put your memory to the test!
Τι είναι το Brain Fitness Test;
Το Brain Fitness Test είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jaanhio, και η κύρια λειτουργία του είναι "Keep your brain fit! Put your memory to the test!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Brain Fitness Test
Λήψη αρχείων επέκτασης 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 |
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'" } |