Speed Reader

Improve your reading speed up to 4 times.

Co to jest Speed Reader?

Speed Reader to rozszerzenie Chrome opracowane przez emiliorodriguez, a jego główną funkcją jest „Improve your reading speed up to 4 times.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Speed Reader

Pobierz pliki rozszerzeń Speed Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Speed Reader Speed Reader
ID ilfodmgfnklehinlndjdjbmhndkhiand
Oficjalny URL https://chromewebstore.google.com/detail/speed-reader/ilfodmgfnklehinlndjdjbmhndkhiand
Opis Improve your reading speed up to 4 times.
Rozmiar pliku 14.75 KB
Liczba instalacji 6,269
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-03-03
Data Publikacji 2014-03-03
Ocena 3.18/5 Łącznie 11 Oceny
Deweloper emiliorodriguez
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}