Reading Time

Read smart. Tells you how long a webpage takes to read.

¿Qué es Reading Time?

Reading Time es una extensión de Chrome desarrollada por Oscar de Dios, y su función principal es "Read smart. Tells you how long a webpage takes to read.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Reading Time

Descarga archivos de extensión Reading Time 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

                        This extension calculates the time for reading an article. 

It uses calls to www.diffbot.com to only take in account the real content, it doesn't count words of adds , comments, etc.

In the options page you can change the speed reading. 

You can activate too the "Automatically Load" mode. This mode reads in background every page you visit and if the time for reading is greater than three minutes it shows you this time. In this mode the extensions do a call to diffbot.com for every page you visit.                    

Información Básica de la Extensión

Nombre Reading Time Reading Time
ID afkinjejdkdhjmclmmhaegfhbdcoohdg
URL Oficial https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg
Descripción Read smart. Tells you how long a webpage takes to read.
Tamaño del Archivo 161 KB
Cantidad de Instalaciones 139
Versión Actual 1.0.5
Última Actualización 2014-05-26
Fecha de Publicación 2014-05-26
Calificación 3.11/5 Total de 9 Calificaciones
Desarrollador Oscar de Dios
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.noteboardapp.com/policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reading Time",
    "manifest_version": 2,
    "version": "1.0.5",
    "short_name": "Reading Time",
    "icons": {
        "48": "book.png"
    },
    "description": "Read smart.  Tells you how long a webpage takes to read.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Reading Time",
        "default_icon": "book.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "img\/ajax-loader.gif"
    ]
}