Read Time Estimator

Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time

Read Time Estimator là gì?

Read Time Estimator là một tiện ích mở rộng Chrome được phát triển bởi https://bashvlas.com, và tính năng chính của nó là "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Read Time Estimator

Tải xuống các tệp mở rộng Read Time Estimator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Read Time Estimator Read Time Estimator
ID dbkmhaamlapkjabaieclhlofhnaoccmb
URL Chính Thức https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb
Mô tả Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Kích Thước Tệp 12.08 KB
Số Lần Cài Đặt 5,339
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2020-03-25
Ngày Phát Hành 2020-03-25
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://bashvlas.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/copycurate/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}