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”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Read Time Estimator Read Time Estimator
ID dbkmhaamlapkjabaieclhlofhnaoccmb
官方網址 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"
    ]
}