CognitiveBoost Extension
An extension to improving your cognitive strength for reading. Icons made by Freepik
CognitiveBoost Extension là gì?
CognitiveBoost Extension là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "An extension to improving your cognitive strength for reading. Icons made by Freepik".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CognitiveBoost Extension
Tải xuống các tệp mở rộng CognitiveBoost Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CognitiveBoost Extension |
ID | bghdcbmhgboapojeoglheecolgekfjji |
URL Chính Thức | https://chromewebstore.google.com/detail/cognitiveboost-extension/bghdcbmhgboapojeoglheecolgekfjji |
Mô tả | An extension to improving your cognitive strength for reading. Icons made by Freepik |
Kích Thước Tệp | 15.04 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2016-09-29 |
Ngày Phát Hành | 2016-09-28 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://cognitiveboost.github.io |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |