Speed Reader

Improve your reading speed up to 4 times.

Wat is Speed Reader?

Speed Reader is een Chrome-extensie ontwikkeld door emiliorodriguez, en de belangrijkste functie is "Improve your reading speed up to 4 times.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Speed Reader

Download Speed Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Speed Reader Speed Reader
ID ilfodmgfnklehinlndjdjbmhndkhiand
Officiële URL https://chromewebstore.google.com/detail/speed-reader/ilfodmgfnklehinlndjdjbmhndkhiand
Beschrijving Improve your reading speed up to 4 times.
Bestandsgrootte 14.75 KB
Aantal Installaties 6,269
Huidige Versie 1.0
Laatst Bijgewerkt 2014-03-03
Publicatiedatum 2014-03-03
Beoordeling 3.18/5 Totaal 11 Beoordelingen
Ontwikkelaar emiliorodriguez
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}