Read Time Estimator
Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Co je Read Time Estimator?
Read Time Estimator je rozšíření Chrome vyvinuté https://bashvlas.com, a jeho hlavní funkcí je „Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Read Time Estimator
Stáhněte si soubory rozšíření Read Time Estimator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Read Time Estimator |
ID | dbkmhaamlapkjabaieclhlofhnaoccmb |
Oficiální URL | https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb |
Popis | Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time |
Velikost souboru | 12.08 KB |
Počet instalací | 5,339 |
Aktuální Verze | 1.1.5 |
Poslední Aktualizace | 2020-03-25 |
Datum Vydání | 2020-03-25 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | https://bashvlas.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://sites.google.com/view/copycurate/privacy-policy |
Podporované Jazyky | 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" ] } |