Babu Soft Gray Eye Protector

Soft Gray Your Browser, Reduce Stress on Eyes, Reduce Addiction to Computers

Babu Soft Gray Eye Protector란 무엇입니까?

Babu Soft Gray Eye Protector은(는) go Vegan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Soft Gray Your Browser, Reduce Stress on Eyes, Reduce Addiction to Computers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Babu Soft Gray Eye Protector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ***  Benifits  ***

1.  Reduce Addiction to Computers.
( Reference : New York Times Report :  https://www.nytimes.com/2018/01/12/technology/grayscale-phone.html )

2. Reduce Stress on eyes


Hot Key:    Shift + 5   (toggle ON/OFF)                    

확장 프로그램 기본 정보

이름 Babu Soft Gray Eye Protector Babu Soft Gray Eye Protector
ID hobpbmcamljoikiiajiopaognabcoceh
공식 URL https://chromewebstore.google.com/detail/babu-soft-gray-eye-protec/hobpbmcamljoikiiajiopaognabcoceh
설명 Soft Gray Your Browser, Reduce Stress on Eyes, Reduce Addiction to Computers
파일 크기 395 KB
설치 횟수 2,000
현재 버전 7.0.3
최근 업데이트 2022-11-19
출시 날짜 2019-03-20
평점 3.75/5 총 12 개의 평점
개발자 go Vegan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.nationearth.com/
도움말 페이지 URL http://www.nationearth.com/
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/privacy/view/0d08b806743bf60b8a104c65a4648c7f
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "iconBlack_128.png",
        "default_popup": "popup.html",
        "default_title": "Babu Soft Gray Eye Protector"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "gray.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "iconBlack_128.png",
        "16": "iconBlack_128.png",
        "48": "iconBlack_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.0.3"
}