HyperRead for Chrome

HyperRead web pages in Chrome

什么是HyperRead for Chrome?

HyperRead for Chrome是由ADD S.A.开发的Chrome扩展程序,该扩展的主要功能是“HyperRead web pages in Chrome”。

扩展截图

screenshot
screenshot
screenshot

下载HyperRead for Chrome扩展crx文件

下载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 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"
            }
        }
    }
}