Read Time Estimator

Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time

¿Qué es Read Time Estimator?

Read Time Estimator es una extensión de Chrome desarrollada por https://bashvlas.com, y su función principal es "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Read Time Estimator

Descarga archivos de extensión Read Time Estimator 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 is a very simple chrome extension which allows you to estimate the amount of time it will take you to read a particular text. Select Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time.                    

Información Básica de la Extensión

Nombre Read Time Estimator Read Time Estimator
ID dbkmhaamlapkjabaieclhlofhnaoccmb
URL Oficial https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb
Descripción Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Tamaño del Archivo 12.08 KB
Cantidad de Instalaciones 5,339
Versión Actual 1.1.5
Última Actualización 2020-03-25
Fecha de Publicación 2020-03-25
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://bashvlas.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://sites.google.com/view/copycurate/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Time Estimator",
    "short_name": "Read Time Estimator",
    "description": "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time",
    "version": "1.1.5",
    "icons": {
        "128": "img\/document_clock.png",
        "16": "img\/small_clock.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}