Read Time Estimator
Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Wat is Read Time Estimator?
Read Time Estimator is een Chrome-extensie ontwikkeld door https://bashvlas.com, en de belangrijkste functie is "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time".
Extensie Screenshots
Download het CRX-bestand van de extensie Read Time Estimator
Download Read Time Estimator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dbkmhaamlapkjabaieclhlofhnaoccmb |
| Officiële URL | https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb |
| Beschrijving | Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time |
| Bestandsgrootte | 12.08 KB |
| Aantal Installaties | 5,339 |
| Huidige Versie | 1.1.5 |
| Laatst Bijgewerkt | 2020-03-25 |
| Publicatiedatum | 2020-03-25 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://bashvlas.com |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://sites.google.com/view/copycurate/privacy-policy |
| Ondersteunde Talen | 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"
]
} | |