Read Time Estimator
Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
What is Read Time Estimator?
Read Time Estimator is a Chrome extension developed by https://bashvlas.com, and its main feature is "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time".
Extension Screenshots
Download Read Time Estimator Extension CRX File
Download Read Time Estimator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Read Time Estimator |
ID | dbkmhaamlapkjabaieclhlofhnaoccmb |
Official URL | https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb |
Description | Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time |
File Size | 12.08 KB |
Installation Count | 5,339 |
Current Version | 1.1.5 |
Last Updated | 2020-03-25 |
Publish Date | 2020-03-25 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://bashvlas.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/copycurate/privacy-policy |
Supported Languages | 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" ] } |