SpeedReader

The easiest way to learn to speed read

Co to jest SpeedReader?

SpeedReader to rozszerzenie Chrome opracowane przez nicolas.toscano, a jego główną funkcją jest „The easiest way to learn to speed read”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SpeedReader

Pobierz pliki rozszerzeń SpeedReader 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

                        This extension adds vertical lines to the paragraphs of the current webpage to train speed reading. 
Based on the Tim Ferriss "How to Triple Your Reading Speed in 20 Minutes" video:

 https://www.youtube.com/watch?v=jeOHqI9SqOI                    

Podstawowe informacje o rozszerzeniu

Nazwa SpeedReader SpeedReader
ID jigjffjnfiikefbmfcnffbinngepkaik
Oficjalny URL https://chromewebstore.google.com/detail/speedreader/jigjffjnfiikefbmfcnffbinngepkaik
Opis The easiest way to learn to speed read
Rozmiar pliku 91.96 KB
Liczba instalacji 408
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2015-08-05
Data Publikacji 2015-08-04
Ocena 2.67/5 Łącznie 3 Oceny
Deweloper nicolas.toscano
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedReader",
    "description": "The easiest way to learn to speed read",
    "version": "2.0",
    "browser_action": {
        "default_icon": "SR.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_idle"
        }
    ]
}