Reading progress indicator in minutes

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

Hvad er Reading progress indicator in minutes?

Reading progress indicator in minutes er en Chrome-udvidelse udviklet af @matstc, og dens hovedfunktion er "Shows reading progress in minutes left at the bottom of the page".

Udvidelsesskærmbilleder

screenshot

Download Reading progress indicator in minutes-udvidelses-CRX-fil

Download Reading progress indicator in minutes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
Officiel URL https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
Beskrivelse Shows reading progress in minutes left at the bottom of the page
Filstørrelse 390 KB
Antal Installationer 35
Nuværende Version 1.2
Senest Opdateret 2014-02-12
Udgivelsesdato 2014-02-12
Udvikler @matstc
Betalingsmetode free
Udvidelseswebsted https://github.com/matstc/reading-progress-in-minutes-crx
Understøttede Sprog 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"
            ]
        }
    ]
}