Readsy

Bring embedded speed reading to any website by double clicking the text

Readsy란 무엇입니까?

Readsy은(는) http://readsy.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring embedded speed reading to any website by double clicking the text"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Readsy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Readsy is an extension for Chrome that brings embedded speed reading to any website by just a double clicking the text you want to read.

Other speed reading extensions are cumbersome and ruin your natural flow by having to manually selecting the text and reading in a separate window. 

With Readsy just double click the paragraph you want to start at, then read right there within the page itself! Readsy will capture the remaining text of the article, chapter, section, etc for you.

Features:

* Speed read embedded into every website

* Character highlighting and eye-line-guide

* Extra pauses for punctuation and longer words

* Option to require ALT key + double click before appearing

* Custom input popup to speed read content not on the web                    

확장 프로그램 기본 정보

이름 Readsy Readsy
ID nfgdmhanmkceplncfimjockmegfbaooa
공식 URL https://chrome.google.com/webstore/detail/readsy/nfgdmhanmkceplncfimjockmegfbaooa
설명 Bring embedded speed reading to any website by double clicking the text
파일 크기 32.3 KB
설치 횟수 934
현재 버전 1.0.2
최근 업데이트 2014-11-19
출시 날짜 2014-11-19
평점 4.44/5 총 18 개의 평점
개발자 http://readsy.net
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Readsy",
    "description": "Bring embedded speed reading to any website by double clicking the text",
    "version": "1.0.2",
    "homepage_url": "http:\/\/readsy.net",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "readsy.css"
            ],
            "js": [
                "readsy_app.js",
                "readsy.js"
            ]
        }
    ]
}