Read Time Estimator
Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Cos'è Read Time Estimator?
Read Time Estimator è un'estensione di Chrome sviluppata da https://bashvlas.com, e la sua funzione principale è "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Read Time Estimator
Scarica i file di estensione Read Time Estimator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Read Time Estimator |
ID | dbkmhaamlapkjabaieclhlofhnaoccmb |
URL Ufficiale | https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb |
Descrizione | Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time |
Dimensione del File | 12.08 KB |
Conteggio Installazioni | 5,339 |
Versione Corrente | 1.1.5 |
Ultimo Aggiornamento | 2020-03-25 |
Data di Pubblicazione | 2020-03-25 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://bashvlas.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/copycurate/privacy-policy |
Lingue Supportate | 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" ] } |