Speed Reader
Improve your reading speed up to 4 times.
Vad är Speed Reader?
Speed Reader är en Chrome-tillägg utvecklad av emiliorodriguez, och dess huvudfunktion är "Improve your reading speed up to 4 times.".
Tilläggsskärmbilder
Ladda ner Speed Reader-förlängningens CRX-fil
Ladda ner Speed Reader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Speed Reader |
ID | ilfodmgfnklehinlndjdjbmhndkhiand |
Officiell webbadress | https://chromewebstore.google.com/detail/speed-reader/ilfodmgfnklehinlndjdjbmhndkhiand |
Beskrivning | Improve your reading speed up to 4 times. |
Filstorlek | 14.75 KB |
Antal Installationer | 6,269 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-03-03 |
Publiceringsdatum | 2014-03-03 |
Betyg | 3.18/5 Totalt 11 Betyg |
Utvecklare | emiliorodriguez |
Betalningssätt | free |
Stödda Språk | 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" ] } } |