Green Eye

Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.

Green Eye란 무엇입니까?

Green Eye은(는) chylvina에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.                    

확장 프로그램 기본 정보

이름 Green Eye Green Eye
ID fjbngeppiginhckphonoffahjcoagofd
공식 URL https://chromewebstore.google.com/detail/green-eye/fjbngeppiginhckphonoffahjcoagofd
설명 Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
파일 크기 173 KB
설치 횟수 4,117
현재 버전 1.1.6
최근 업데이트 2014-02-22
출시 날짜 2014-02-22
평점 4.26/5 총 34 개의 평점
개발자 chylvina
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.1.6",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/inject.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "storage"
    ],
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}