Eye Protection

Care your eyes.

Eye Protection란 무엇입니까?

Eye Protection은(는) robusttheworld에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Care your eyes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        👀 Eye Protection is a very small and powerful extension. 

👀 It colors the whole web page with eye-protection color with only one click.

👀 You can pick a custom eye-protection background color. 

👀 Custom shortcut is supported!

👀 Choose popup mode or one-click mode for the action button.

👀 Eye charts give you the best eye care, you can take a vision test here.                    

확장 프로그램 기본 정보

이름 Eye Protection Eye Protection
ID miegdcmhfnpofmbiagbonbbebkojaged
공식 URL https://chromewebstore.google.com/detail/eye-protection/miegdcmhfnpofmbiagbonbbebkojaged
설명 Care your eyes.
파일 크기 518 KB
설치 횟수 949
현재 버전 1.3.0
최근 업데이트 2021-12-27
출시 날짜 2021-11-09
평점 4.00/5 총 1 개의 평점
개발자 robusttheworld
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Protection",
    "description": "Care your eyes.",
    "version": "1.3.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/eye_protection_16.png",
            "32": "\/images\/eye_protection_32.png",
            "48": "\/images\/eye_protection_48.png",
            "128": "\/images\/eye_protection_128.png"
        }
    },
    "icons": {
        "16": "\/images\/eye_protection_16.png",
        "32": "\/images\/eye_protection_32.png",
        "48": "\/images\/eye_protection_48.png",
        "128": "\/images\/eye_protection_128.png"
    },
    "options_page": "options.html",
    "commands": {
        "take-action": {
            "description": "Color the background"
        }
    }
}