CognitiveBoost Extension
An extension to improving your cognitive strength for reading. Icons made by Freepik
What is CognitiveBoost Extension?
CognitiveBoost Extension is a Chrome extension developed by Unknown, and its main feature is "An extension to improving your cognitive strength for reading. Icons made by Freepik".
Extension Screenshots
Download CognitiveBoost Extension Extension CRX File
Download CognitiveBoost Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | CognitiveBoost Extension |
ID | bghdcbmhgboapojeoglheecolgekfjji |
Official URL | https://chromewebstore.google.com/detail/cognitiveboost-extension/bghdcbmhgboapojeoglheecolgekfjji |
Description | An extension to improving your cognitive strength for reading. Icons made by Freepik |
File Size | 15.04 KB |
Installation Count | 47 |
Current Version | 0.1 |
Last Updated | 2016-09-29 |
Publish Date | 2016-09-28 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://cognitiveboost.github.io |
Supported Languages | 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" ] } } |