Reading progress indicator in minutes

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

¿Qué es Reading progress indicator in minutes?

Reading progress indicator in minutes es una extensión de Chrome desarrollada por @matstc, y su función principal es "Shows reading progress in minutes left at the bottom of the page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Reading progress indicator in minutes

Descarga archivos de extensión Reading progress indicator in minutes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
URL Oficial https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
Descripción Shows reading progress in minutes left at the bottom of the page
Tamaño del Archivo 390 KB
Cantidad de Instalaciones 35
Versión Actual 1.2
Última Actualización 2014-02-12
Fecha de Publicación 2014-02-12
Desarrollador @matstc
Tipo de Pago free
Sitio Web de la Extensión https://github.com/matstc/reading-progress-in-minutes-crx
Idiomas Soportados 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"
            ]
        }
    ]
}