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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bashvlas.com และคุณลักษณะหลักของมันคือ "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read Time Estimator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |