Read Mode

Puts Google Chrome into read mode for a pleasant reading experience.

Read Mode란 무엇입니까?

Read Mode은(는) menteslibres.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Puts Google Chrome into read mode for a pleasant reading experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Just click on the glasses icon in the address bar, the current page will turn into a nice-to-read black on white page allowing you to read without forcing your eyes. Ads and Flash animations are also removed while on read-mode. Click the icon again and everything will go back to normal.                    

확장 프로그램 기본 정보

이름 Read Mode Read Mode
ID nagcaahojecfeopbghgihcabgiepploa
공식 URL https://chromewebstore.google.com/detail/read-mode/nagcaahojecfeopbghgihcabgiepploa
설명 Puts Google Chrome into read mode for a pleasant reading experience.
파일 크기 174 KB
설치 횟수 42,619
현재 버전 1.0.6
최근 업데이트 2012-09-25
출시 날짜 2012-09-24
평점 3.26/5 총 372 개의 평점
개발자 menteslibres.org
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "json2.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "reader.css"
            ],
            "js": [
                "reader.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Puts Google Chrome into read mode for a pleasant reading experience.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Read Mode",
    "page_action": {
        "default_icon": "icon-enabled.png",
        "default_title": "Toggle Read Mode."
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6"
}