HyperRead for Chrome
HyperRead web pages in Chrome
HyperRead for Chrome क्या है?
HyperRead for Chrome ADD S.A. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "HyperRead web pages in Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HyperRead for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } } } |