CognitiveBoost Extension
An extension to improving your cognitive strength for reading. Icons made by Freepik
CognitiveBoost Extensionとは何ですか?
CognitiveBoost ExtensionはUnknownによって開発されたChromeの拡張機能で、その主な機能は「An extension to improving your cognitive strength for reading. Icons made by Freepik」です。
拡張機能のスクリーンショット
CognitiveBoost Extension拡張機能のCRXファイルをダウンロード
CognitiveBoost Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | CognitiveBoost Extension |
ID | bghdcbmhgboapojeoglheecolgekfjji |
公式URL | https://chromewebstore.google.com/detail/cognitiveboost-extension/bghdcbmhgboapojeoglheecolgekfjji |
説明 | An extension to improving your cognitive strength for reading. Icons made by Freepik |
ファイルサイズ | 15.04 KB |
インストール数 | 47 |
現在のバージョン | 0.1 |
最終更新日 | 2016-09-29 |
公開日 | 2016-09-28 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://cognitiveboost.github.io |
対応言語 | 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" ] } } |