Reading progress indicator in minutes

Shows reading progress in minutes left at the bottom of the page

Co to jest Reading progress indicator in minutes?

Reading progress indicator in minutes to rozszerzenie Chrome opracowane przez @matstc, a jego główną funkcją jest „Shows reading progress in minutes left at the bottom of the page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reading progress indicator in minutes

Pobierz pliki rozszerzeń Reading progress indicator in minutes 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

                        Shows a small progress indicator at the bottom of the page. The indicator shows a rough approximation of how many minutes of reading are left before reaching the end of the document.

The simple algorithm assumes a reading speed of 250 words per minute.

This extension does not work on fancy websites that play with scrolling and overflow.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
Oficjalny URL https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
Opis Shows reading progress in minutes left at the bottom of the page
Rozmiar pliku 390 KB
Liczba instalacji 35
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2014-02-12
Data Publikacji 2014-02-12
Deweloper @matstc
Typ Płatności free
Strona Rozszerzenia https://github.com/matstc/reading-progress-in-minutes-crx
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading progress indicator in minutes",
    "description": "Shows reading progress in minutes left at the bottom of the page",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}