Speed Reader
Highlight text and read it through a speed-reader widget
Speed Readerคืออะไร?
Speed Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย keithmgould และคุณลักษณะหลักของมันคือ "Highlight text and read it through a speed-reader widget"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speed Reader
ดาวน์โหลดไฟล์ส่วนขยาย Speed Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Most (80%) of your reading time is used to physically move your eyeballs. This Chrome extension takes your block of selected text and presents it to you one word at a time. This eliminates eye movement, drastically speeding up your reading time. In the screenshot, you can see how the extension works: 1) Select a block of text 2) Click on the 'eye' icon at the upper right hand corner of your browser 3) Set a speed (automatically saved for next time) 4) Hit Start 5) Read Very Quickly :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lpjokkihnnennblbchdhmpkmapbdkinb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/speed-reader/lpjokkihnnennblbchdhmpkmapbdkinb |
คำอธิบาย | Highlight text and read it through a speed-reader widget |
ขนาดไฟล์ | 119 KB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2014-03-02 |
วันที่เผยแพร่ | 2014-03-02 |
คะแนน | 2.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | keithmgould |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/keithmgould/speedreader-chrome-extension |
URL หน้าช่วยเหลือ | https://github.com/keithmgould/speedreader-chrome-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Reader", "description": "Highlight text and read it through a speed-reader widget", "version": "0.2", "browser_action": { "default_icon": "images\/eye16.png", "default_title": "Yay Speed Reader" }, "icons": { "128": "images\/eye128.png", "48": "images\/eye48.png", "16": "images\/eye16.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |