Your Eye Protection

Changing Background to soft colors plus font size adjustment for readability

Your Eye Protection란 무엇입니까?

Your Eye Protection은(는) hiatamaworkshop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changing Background to soft colors plus font size adjustment for readability"입니다.

확장 프로그램 스크린샷

screenshot

Your Eye Protection 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        1. Changing web-page's default Background color to soft colors.
2. Font size adjustment.

Both functions can enhance readability.

Don't you think white backgrounds are too bright? and black backgrounds confuse your eyes sometimes.

My extensions are extremely small in size, because there are no pop-up adds, no extra connections.                    

확장 프로그램 기본 정보

이름 Your Eye Protection Your Eye Protection
ID acjacalegpmedplkgbajhogacebcaekm
공식 URL https://chrome.google.com/webstore/detail/your-eye-protection/acjacalegpmedplkgbajhogacebcaekm
설명 Changing Background to soft colors plus font size adjustment for readability
파일 크기 11.11 KB
설치 횟수 161
현재 버전 0.1.1
최근 업데이트 2019-06-23
출시 날짜 2019-06-23
평점 2.33/5 총 3 개의 평점
개발자 hiatamaworkshop
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your Eye Protection",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Changing Background to soft colors plus font size adjustment for readability",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "bcolor_font.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}