Read Time Estimator

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

Was ist Read Time Estimator?

Read Time Estimator ist eine Chrome-Erweiterung, die von https://bashvlas.com entwickelt wurde, und ihr Hauptmerkmal ist "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Read Time Estimator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Read Time Estimator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Read Time Estimator Read Time Estimator
ID dbkmhaamlapkjabaieclhlofhnaoccmb
Offizielle URL https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb
Beschreibung Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Dateigröße 12.08 KB
Installationsanzahl 5,339
Aktuelle Version 1.1.5
Letztes Update 2020-03-25
Veröffentlichungsdatum 2020-03-25
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://bashvlas.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/copycurate/privacy-policy
Unterstützte Sprachen 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"
    ]
}