Best Reader Lite
The best speed-reading and RSVP tool!
Best Reader Liteคืออะไร?
Best Reader Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://readerssoft.com และคุณลักษณะหลักของมันคือ "The best speed-reading and RSVP tool!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Best Reader Lite
ดาวน์โหลดไฟล์ส่วนขยาย Best Reader Lite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Best Reader Lite is not only the effective instrument to read quickly Internet sites (RSVP - Rapid Serial Visual Presentation reader), and as well as a nice simulator to develop speed reading abilities. Due to these valuable skills you can read not only more books, newspapers, magazines, but do it faster. You will always keep abreast the world news, and your friends will be surprised at your knowledge. You can read more rapidly after some days using our program. In order to get to know about slow reading causes and find the additional information on speed reading you are welcome to go to our web-site site readerssoft.com. 1. If you'd like to read only a part of the text, select it before. 2. To launch a program, click the “book” icon on the add-ons panel. 3. Set up the width of the field of sight appropriate for you. 4. Click “Play”. 5. Set up the reading speed suitable for you. The speed measures symbols per minute. During reading watch in the centre of a marked line.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Best Reader Lite |
ID | koembikcknaennpinkgjadlpbjanbbah |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/best-reader-lite/koembikcknaennpinkgjadlpbjanbbah |
คำอธิบาย | The best speed-reading and RSVP tool! |
ขนาดไฟล์ | 83.38 KB |
จำนวนการติดตั้ง | 435 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2014-07-09 |
วันที่เผยแพร่ | 2014-07-09 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://readerssoft.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://readerssoft.com |
URL หน้าช่วยเหลือ | http://readerssoft.com/best_reader_lite.php |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Best Reader Lite", "description": "The best speed-reading and RSVP tool!", "version": "3.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "data\/BReader.css" ], "js": [ "data\/BReader.js" ] } ], "permissions": [ "activeTab" ], "background": { "scripts": [ "lib\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "data\/book.png" }, "web_accessible_resources": [ "data\/close.gif", "data\/close_over.gif", "data\/line_slider.gif", "data\/handle_light.gif", "data\/handle_light_over.gif", "data\/handle_dark.gif", "data\/handle_dark_over.gif", "data\/play.gif", "data\/play_over.gif", "data\/stop.gif", "data\/stop_over.gif", "data\/bigger.gif", "data\/bigger_over.gif", "data\/smaller.gif", "data\/smaller_over.gif", "data\/donation.gif", "data\/donation_over.gif", "data\/left.gif", "data\/left_over.gif", "data\/centre.gif", "data\/centre_over.gif", "data\/static.gif", "data\/static_over.gif", "data\/dynamic.gif", "data\/dynamic_over.gif", "data\/light.gif", "data\/light_over.gif", "data\/help2.gif", "data\/help.gif", "data\/help_over.gif", "data\/progresscircle_light.gif", "data\/progresscircle_dark.gif", "data\/coner.png" ], "icons": { "128": "data\/BRL_icon_128.png", "48": "data\/BRL_icon_48.png", "16": "data\/book.png" } } |