Reading progress indicator in minutes

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

Qu'est-ce que Reading progress indicator in minutes ?

Reading progress indicator in minutes est une extension Chrome développée par @matstc, et sa fonction principale est "Shows reading progress in minutes left at the bottom of the page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reading progress indicator in minutes

Téléchargez les fichiers d'extension Reading progress indicator in minutes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
URL Officiel https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
Description Shows reading progress in minutes left at the bottom of the page
Taille du Fichier 390 KB
Nombre d'Installations 35
Version Actuelle 1.2
Dernière Mise à Jour 2014-02-12
Date de Publication 2014-02-12
Développeur @matstc
Type de Paiement free
Site Web de l'Extension https://github.com/matstc/reading-progress-in-minutes-crx
Langues Prises en Charge 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"
            ]
        }
    ]
}