Reading progress indicator in minutes

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

Was ist Reading progress indicator in minutes?

Reading progress indicator in minutes ist eine Chrome-Erweiterung, die von @matstc entwickelt wurde, und ihr Hauptmerkmal ist "Shows reading progress in minutes left at the bottom of the page".

Erweiterungsscreenshots

screenshot

Reading progress indicator in minutes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reading progress indicator in minutes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
Offizielle URL https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
Beschreibung Shows reading progress in minutes left at the bottom of the page
Dateigröße 390 KB
Installationsanzahl 35
Aktuelle Version 1.2
Letztes Update 2014-02-12
Veröffentlichungsdatum 2014-02-12
Entwickler @matstc
Zahlungsart free
Erweiterungswebsite https://github.com/matstc/reading-progress-in-minutes-crx
Unterstützte Sprachen 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"
            ]
        }
    ]
}