Night Reading Mode

Adjust web page text for night time reading

Night Reading Mode란 무엇입니까?

Night Reading Mode은(는) Logan Krumbhaar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adjust web page text for night time reading"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        An extension which can adjust web page text for night time reading. The extension can invert a pages color and change its contrast. I made this because I tried inverting page colors for night reading, but still found bright text on dark backgrounds difficult to read. Reducing contrast makes reading web pages a bit lighter on the eyes.

Compatible with most websites.

Please rate and mention any bugs you notice, thoughts, or concerns so I can address them and make it a better extension.                    

확장 프로그램 기본 정보

이름 Night Reading Mode Night Reading Mode
ID ngbfeclajblpoeamfkmeablkmcpfikgc
공식 URL https://chrome.google.com/webstore/detail/night-reading-mode/ngbfeclajblpoeamfkmeablkmcpfikgc
설명 Adjust web page text for night time reading
파일 크기 17.28 KB
설치 횟수 1,490
현재 버전 0.0.0.6
최근 업데이트 2015-12-09
출시 날짜 2015-12-09
평점 3.13/5 총 8 개의 평점
개발자 Logan Krumbhaar
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "rgbcolor.js",
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "description": "Adjust web page text for night time reading",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Night Reading Mode",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "0.0.0.6"
}