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