Speed Reader
Improve your reading speed up to 4 times.
What is Speed Reader?
Speed Reader is a Chrome extension developed by emiliorodriguez, and its main feature is "Improve your reading speed up to 4 times.".
Extension Screenshots
Download Speed Reader Extension CRX File
Download Speed Reader 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
Read faster now! With this extension you can read long text in almost no time. You will see an improvement in your reading speed since the minute. - Average reading speed of an adult: 250 wpm (words per minute) - Initial reading speed with 'Speed Reader': 300 wpm - Reading speed after 3 weeks using 'Speed Reader': 500 wpm You can set your reading speed at any moment so you could increase it when you feel you are ready to go to the next step.
Extension Basic Information
Name | Speed Reader |
ID | ilfodmgfnklehinlndjdjbmhndkhiand |
Official URL | https://chromewebstore.google.com/detail/speed-reader/ilfodmgfnklehinlndjdjbmhndkhiand |
Description | Improve your reading speed up to 4 times. |
File Size | 14.75 KB |
Installation Count | 6,269 |
Current Version | 1.0 |
Last Updated | 2014-03-03 |
Publish Date | 2014-03-03 |
Rating | 3.18/5 Total 11 Ratings |
Developer | emiliorodriguez |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Reader", "description": "Improve your reading speed up to 4 times.", "version": "1.0", "permissions": [ "contextMenus", "activeTab", "storage" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |