Reading progress indicator in minutes

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

Cos'è Reading progress indicator in minutes?

Reading progress indicator in minutes è un'estensione di Chrome sviluppata da @matstc, e la sua funzione principale è "Shows reading progress in minutes left at the bottom of the page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reading progress indicator in minutes

Scarica i file di estensione Reading progress indicator in minutes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
URL Ufficiale https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
Descrizione Shows reading progress in minutes left at the bottom of the page
Dimensione del File 390 KB
Conteggio Installazioni 35
Versione Corrente 1.2
Ultimo Aggiornamento 2014-02-12
Data di Pubblicazione 2014-02-12
Sviluppatore @matstc
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/matstc/reading-progress-in-minutes-crx
Lingue Supportate 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"
            ]
        }
    ]
}