HyperRead for Chrome
HyperRead web pages in Chrome
HyperRead for Chromeคืออะไร?
HyperRead for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ADD S.A. และคุณลักษณะหลักของมันคือ "HyperRead web pages in Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HyperRead for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย HyperRead for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Read a lot on the web? Want to improve your reading speed? This extension is for you! Just select the text you want to read from any web page, choose the speed in words-per-minute at which you are gonna be reading and let HyperRead make your life easier. Want to pause? you can do it by pressing any key or clicking on the pause button. Just as easy is to go back to the last stop or even to the beginning of the selected text. Once configured, you can use the Zarathustra Hotkey (Shift+Ctrl+Z) to start reading immediately the selected text in any tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HyperRead for Chrome |
ID | pdnicagbjodbmbhbhjflhonpelhinhae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hyperread-for-chrome/pdnicagbjodbmbhbhjflhonpelhinhae |
คำอธิบาย | HyperRead web pages in Chrome |
ขนาดไฟล์ | 198 KB |
จำนวนการติดตั้ง | 284 |
เวอร์ชันปัจจุบัน | 0.8.0 |
อัปเดตครั้งล่าสุด | 2023-09-15 |
วันที่เผยแพร่ | 2017-07-28 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | ADD S.A. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HyperRead for Chrome", "short_name": "HyperRead", "description": "HyperRead web pages in Chrome", "author": "HyperSets", "version": "0.8.0", "icons": { "16": "HyperRead.16.png", "32": "HyperRead.38.png", "48": "HyperRead.48.png", "128": "HyperRead.128.png" }, "action": { "default_popup": "PopUp.html", "default_title": "HyperRead", "default_icon": { "16": "HyperRead.19.png", "32": "HyperRead.38.png", "48": "HyperRead.48.png" } }, "permissions": [ "activeTab", "scripting", "storage" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Z", "mac": "MacCtrl+Shift+Z" } } } } |