SpeedReader
The easiest way to learn to speed read
What is SpeedReader?
SpeedReader is a Chrome extension developed by nicolas.toscano, and its main feature is "The easiest way to learn to speed read".
Extension Screenshots
Download SpeedReader Extension CRX File
Download SpeedReader 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
This extension adds vertical lines to the paragraphs of the current webpage to train speed reading. Based on the Tim Ferriss "How to Triple Your Reading Speed in 20 Minutes" video: https://www.youtube.com/watch?v=jeOHqI9SqOI
Extension Basic Information
Name | SpeedReader |
ID | jigjffjnfiikefbmfcnffbinngepkaik |
Official URL | https://chromewebstore.google.com/detail/speedreader/jigjffjnfiikefbmfcnffbinngepkaik |
Description | The easiest way to learn to speed read |
File Size | 91.96 KB |
Installation Count | 408 |
Current Version | 2.0 |
Last Updated | 2015-08-05 |
Publish Date | 2015-08-04 |
Rating | 2.67/5 Total 3 Ratings |
Developer | nicolas.toscano |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpeedReader", "description": "The easiest way to learn to speed read", "version": "2.0", "browser_action": { "default_icon": "SR.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "app.js" ], "run_at": "document_idle" } ] } |