Speedr

A Beautiful, Highly Configurable Speed Reading Extension

Speedr란 무엇입니까?

Speedr은(는) http://www.tinynudge.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Beautiful, Highly Configurable Speed Reading Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Speedr is a beautifully designed speed reading extension that lets you read the web at amazing speeds!

Speedr includes a wide array of options that change the way it looks and behaves so you can tailor Speedr to maximize your own productivity.

BASIC USE
- Select text
- Activate Speedr (default: Alt + V)

FEATURES
- Clean and easy to use interface
- Set a slight pause on punctuation, long words, ends of sentences, or ends of paragraphs
- Display multiple words at a time
- Estimated reading time and words remaining display
- Day and night reading modes
- Configurable key bindings
- Serif and sans-serif font options
- Minimap that gives you a quick overview of where you are in the text
- Contextualizer that displays the sentence of the current word
- Nearly all features are customizable and can be triggered on or off                    

확장 프로그램 기본 정보

이름 Speedr Speedr
ID hfjhpbfgpdpabglemibbfaccbngfmgik
공식 URL https://chrome.google.com/webstore/detail/speedr/hfjhpbfgpdpabglemibbfaccbngfmgik
설명 A Beautiful, Highly Configurable Speed Reading Extension
파일 크기 577 KB
설치 횟수 884
현재 버전 0.4.2
최근 업데이트 2015-03-09
출시 날짜 2015-03-09
평점 4.50/5 총 10 개의 평점
개발자 http://www.tinynudge.co
결제 유형 free
확장 프로그램 웹 사이트 http://www.tinynudge.co/speedr
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.4.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Speedr",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/speedr.css"
            ],
            "js": [
                "scripts\/speedr.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "images\/*.svg",
        "fonts\/*.ttf"
    ]
}