Speed Reader
Improve your reading speed up to 4 times.
Speed Readerคืออะไร?
Speed Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emiliorodriguez และคุณลักษณะหลักของมันคือ "Improve your reading speed up to 4 times."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speed Reader
ดาวน์โหลดไฟล์ส่วนขยาย Speed Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Read faster now! With this extension you can read long text in almost no time. You will see an improvement in your reading speed since the minute. - Average reading speed of an adult: 250 wpm (words per minute) - Initial reading speed with 'Speed Reader': 300 wpm - Reading speed after 3 weeks using 'Speed Reader': 500 wpm You can set your reading speed at any moment so you could increase it when you feel you are ready to go to the next step.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Speed Reader |
ID | ilfodmgfnklehinlndjdjbmhndkhiand |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/speed-reader/ilfodmgfnklehinlndjdjbmhndkhiand |
คำอธิบาย | Improve your reading speed up to 4 times. |
ขนาดไฟล์ | 14.75 KB |
จำนวนการติดตั้ง | 6,269 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-03-03 |
วันที่เผยแพร่ | 2014-03-03 |
คะแนน | 3.18/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | emiliorodriguez |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Reader", "description": "Improve your reading speed up to 4 times.", "version": "1.0", "permissions": [ "contextMenus", "activeTab", "storage" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |