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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
            }
        }
    }
}