Speed Reader

Improve your reading speed up to 4 times.

Cos'è Speed Reader?

Speed Reader è un'estensione di Chrome sviluppata da emiliorodriguez, e la sua funzione principale è "Improve your reading speed up to 4 times.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Speed Reader

Scarica i file di estensione Speed Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Speed Reader Speed Reader
ID ilfodmgfnklehinlndjdjbmhndkhiand
URL Ufficiale https://chromewebstore.google.com/detail/speed-reader/ilfodmgfnklehinlndjdjbmhndkhiand
Descrizione Improve your reading speed up to 4 times.
Dimensione del File 14.75 KB
Conteggio Installazioni 6,269
Versione Corrente 1.0
Ultimo Aggiornamento 2014-03-03
Data di Pubblicazione 2014-03-03
Valutazione 3.18/5 Totale 11 Valutazioni
Sviluppatore emiliorodriguez
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}