CognitiveBoost Extension
An extension to improving your cognitive strength for reading. Icons made by Freepik
Qu'est-ce que CognitiveBoost Extension ?
CognitiveBoost Extension est une extension Chrome développée par Unknown, et sa fonction principale est "An extension to improving your cognitive strength for reading. Icons made by Freepik".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CognitiveBoost Extension
Téléchargez les fichiers d'extension CognitiveBoost Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
An extension to improving your cognitive strength for reading. By using a font that triggers system 2 thinking of your brain. Sources Font in cognitive reflection test http://pages.stern.nyu.edu/~aalter/intuitive.pdf Fonts and cognitive strain http://rady.ucsd.edu/faculty/seminars/2010/papers/oppenheimer.pdf Icons made by Freepik http://www.flaticon.com/authors/freepik
Informations de Base sur l'Extension
Nom | CognitiveBoost Extension |
ID | bghdcbmhgboapojeoglheecolgekfjji |
URL Officiel | https://chromewebstore.google.com/detail/cognitiveboost-extension/bghdcbmhgboapojeoglheecolgekfjji |
Description | An extension to improving your cognitive strength for reading. Icons made by Freepik |
Taille du Fichier | 15.04 KB |
Nombre d'Installations | 47 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-09-29 |
Date de Publication | 2016-09-28 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://cognitiveboost.github.io |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CognitiveBoost Extension", "description": "An extension to improving your cognitive strength for reading. Icons made by Freepik", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": { "19": "icon19_black.png", "38": "icon38_black.png" } }, "background": { "scripts": [ "background.js" ] } } |