Reeader - Minimal reader with speed reading

A simple and minimal way to read articles faster.

Reeader - Minimal reader with speed reading란 무엇입니까?

Reeader - Minimal reader with speed reading은(는) Paritosh Pundir에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple and minimal way to read articles faster."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Reeader - Minimal reader with speed reading 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Reeder - a minimal and open source reader extension for Google Chrome

UPDATE: Now fade stop words to skim through articles faster. Skip the stop words while you read through articles, read less and absorb more information.

Read any article in a distraction free mode with a clean layout. Just one click to open the reading view on top of any website. 

Quickly toggle theme between white, yellow and dark theme. To improve reading experience you can easily adjust font size and line height based on your liking. 

SPEED READING
Toggle speed reading mode for faster reading. To know more how it work and how you can speed read, check out this speed reading video from Tim Ferriss : https://www.youtube.com/watch?v=ZwEquW_Yij0

The source code of the extension is open source and if you are a developer wanting to contribute, feel free to send a pull request. 

If you want a specific feature in the extension or just want to say hey, feel free to tweet me @paritosh_pundir.                    

확장 프로그램 기본 정보

이름 Reeader - Minimal reader with speed reading Reeader - Minimal reader with speed reading
ID jblbdklppkompnbobkpncbmbjkaeaeah
공식 URL https://chromewebstore.google.com/detail/reeader-minimal-reader-wi/jblbdklppkompnbobkpncbmbjkaeaeah
설명 A simple and minimal way to read articles faster.
파일 크기 134 KB
설치 횟수 7,675
현재 버전 1.2.0
최근 업데이트 2020-02-16
출시 날짜 2020-02-16
평점 4.53/5 총 53 개의 평점
개발자 Paritosh Pundir
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Paari/chrome-reader-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reeader - Minimal reader with speed reading",
    "version": "1.2.0",
    "description": "A simple and minimal way to read articles faster.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "icons": {
        "16": "images\/reader16.png",
        "32": "images\/reader32.png",
        "48": "images\/reader48.png",
        "128": "images\/reader128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.png"
    ]
}