Reading progress indicator in minutes

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

Wat is Reading progress indicator in minutes?

Reading progress indicator in minutes is een Chrome-extensie ontwikkeld door @matstc, en de belangrijkste functie is "Shows reading progress in minutes left at the bottom of the page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reading progress indicator in minutes

Download Reading progress indicator in minutes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
Officiële URL https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
Beschrijving Shows reading progress in minutes left at the bottom of the page
Bestandsgrootte 390 KB
Aantal Installaties 35
Huidige Versie 1.2
Laatst Bijgewerkt 2014-02-12
Publicatiedatum 2014-02-12
Ontwikkelaar @matstc
Betalingswijze free
Extensiewebsite https://github.com/matstc/reading-progress-in-minutes-crx
Ondersteunde Talen 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"
            ]
        }
    ]
}