Readio Speed Reader

A modern, intuitive speed reader that just works.

Readio Speed Reader란 무엇입니까?

Readio Speed Reader은(는) nicklas.sandell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A modern, intuitive speed reader that just works."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Readio Speed Reader is a smarter speed reader, built from scratch with a modern and intuiitive design to give you a pleasant reading experience. We value simplicity and speed and we've made it really easy for you to get started.

Readio attempts to find the correct content on each page automatically, and places a quick access button in the bottom right corner of every readable page. The quick access buttons allow you to read the automatically detected text or open the editor to paste your own text. Of course, you can always select and right click any text on a page to read it.

Everyone has their own preferences, and therefore we've built in multiple options to personalize Readio to your liking. These options include dark/bright themes, word positioning and highlighting, font styles, speed variation, and much more!

We're still in the beta phase, so please feel free to leave feedback if you notice anything wonky or have any feature suggestions. You can also help develop Readio by contributing to our open source repository on Github:

https://github.com/nicklassandell/Speed-reader                    

확장 프로그램 기본 정보

이름 Readio Speed Reader Readio Speed Reader
ID lgccchgfobnafomjndanbkhjgkgocdob
공식 URL https://chromewebstore.google.com/detail/readio-speed-reader/lgccchgfobnafomjndanbkhjgkgocdob
설명 A modern, intuitive speed reader that just works.
파일 크기 188 KB
설치 횟수 1,920
현재 버전 0.2.0
최근 업데이트 2019-06-01
출시 날짜 2019-06-01
평점 4.63/5 총 24 개의 평점
개발자 nicklas.sandell
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://typiorecovery.github.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Readio Speed Reader",
    "short_name": "Readio (beta)",
    "description": "A modern, intuitive speed reader that just works.",
    "version": "0.2.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "welcome.html",
    "background": {
        "scripts": [
            "js\/min\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "browser_action": {
        "default_title": "Read this page with Champ",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}