Read Time Estimator
Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
什么是Read Time Estimator?
Read Time Estimator是由https://bashvlas.com开发的Chrome扩展程序,该扩展的主要功能是“Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time”。
扩展截图
下载Read Time Estimator扩展crx文件
下载Read Time Estimator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | dbkmhaamlapkjabaieclhlofhnaoccmb |
| 官方URL | https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb |
| 简介 | Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time |
| 文件大小 | 12.08 KB |
| 安装次数 | 5,339 |
| 当前版本 | 1.1.5 |
| 更新时间 | 2020-03-25 |
| 上架时间 | 2020-03-25 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://bashvlas.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://sites.google.com/view/copycurate/privacy-policy |
| 支持的语言 | 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"
]
} | |