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ファイルをダウンロード

Green Eye拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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'"
}