FlowRead
Flow with the page as your read while the content is being automatically scrolled for you
FlowReadคืออะไร?
FlowRead เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gloablike และคุณลักษณะหลักของมันคือ "Flow with the page as your read while the content is being automatically scrolled for you"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FlowRead
ดาวน์โหลดไฟล์ส่วนขยาย FlowRead ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Need a hands-free reading experience? This extension will allow reading of any page while the content is being automatically scrolled down as you read. Great accessibility tool for handicaps.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lnkijijhilfpgfdfglidfdgbpaeihamb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/flowread/lnkijijhilfpgfdfglidfdgbpaeihamb |
คำอธิบาย | Flow with the page as your read while the content is being automatically scrolled for you |
ขนาดไฟล์ | 12.51 KB |
จำนวนการติดตั้ง | 4,771 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2015-05-22 |
วันที่เผยแพร่ | 2015-05-22 |
คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Gloablike |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "FlowRead" }, "name": "FlowRead", "description": "Flow with the page as your read while the content is being automatically scrolled for you", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |