Read Time Estimator

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

Qu'est-ce que Read Time Estimator ?

Read Time Estimator est une extension Chrome développée par https://bashvlas.com, et sa fonction principale est "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Read Time Estimator

Téléchargez les fichiers d'extension Read Time Estimator 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

                        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.                    

Informations de Base sur l'Extension

Nom Read Time Estimator Read Time Estimator
ID dbkmhaamlapkjabaieclhlofhnaoccmb
URL Officiel https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb
Description Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Taille du Fichier 12.08 KB
Nombre d'Installations 5,339
Version Actuelle 1.1.5
Dernière Mise à Jour 2020-03-25
Date de Publication 2020-03-25
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://bashvlas.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/copycurate/privacy-policy
Langues Prises en Charge 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"
    ]
}