Read Time Estimator
Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Hvad er Read Time Estimator?
Read Time Estimator er en Chrome-udvidelse udviklet af https://bashvlas.com, og dens hovedfunktion er "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time".
Udvidelsesskærmbilleder
Download Read Time Estimator-udvidelses-CRX-fil
Download Read Time Estimator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Read Time Estimator |
ID | dbkmhaamlapkjabaieclhlofhnaoccmb |
Officiel URL | https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb |
Beskrivelse | Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time |
Filstørrelse | 12.08 KB |
Antal Installationer | 5,339 |
Nuværende Version | 1.1.5 |
Senest Opdateret | 2020-03-25 |
Udgivelsesdato | 2020-03-25 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | https://bashvlas.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://sites.google.com/view/copycurate/privacy-policy |
Understøttede Sprog | 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" ] } |