Speed Reader

Improve your reading speed in a blink of an eye

Speed Reader란 무엇입니까?

Speed Reader은(는) gleblerner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve your reading speed in a blink of an eye"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Train yourself to read and adsorb knowledge faster.
This is a Chrome extension that lets you read articles in half or a third of the time it usually takes you. It does this by utilizing a visual technique used by the fastest speed readers in the world.                    

확장 프로그램 기본 정보

이름 Speed Reader Speed Reader
ID fimfkggneehllccpdfmlaahldjblpabg
공식 URL https://chrome.google.com/webstore/detail/speed-reader/fimfkggneehllccpdfmlaahldjblpabg
설명 Improve your reading speed in a blink of an eye
파일 크기 114 KB
설치 횟수 285
현재 버전 1.8.1
최근 업데이트 2014-07-14
출시 날짜 2014-07-14
평점 5.00/5 총 3 개의 평점
개발자 gleblerner
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speed Reader",
    "version": "1.8.1",
    "description": "Improve your reading speed in a blink of an eye",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_title": "Speed Reader",
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "permissions": [
        "storage",
        "input",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/*.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "selection.js"
            ],
            "css": [
                "mystyle.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}