Reading progress indicator in minutes

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

Co je Reading progress indicator in minutes?

Reading progress indicator in minutes je rozšíření Chrome vyvinuté @matstc, a jeho hlavní funkcí je „Shows reading progress in minutes left at the bottom of the page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Reading progress indicator in minutes

Stáhněte si soubory rozšíření Reading progress indicator in minutes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
Oficiální URL https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
Popis Shows reading progress in minutes left at the bottom of the page
Velikost souboru 390 KB
Počet instalací 35
Aktuální Verze 1.2
Poslední Aktualizace 2014-02-12
Datum Vydání 2014-02-12
Vývojář @matstc
Typ Platby free
Webové stránky Rozšíření https://github.com/matstc/reading-progress-in-minutes-crx
Podporované Jazyky 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"
            ]
        }
    ]
}