Green Eye

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

Green Eye là gì?

Green Eye là một tiện ích mở rộng Chrome được phát triển bởi chylvina, và tính năng chính của nó là "Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Green Eye

Tải xuống các tệp mở rộng Green Eye dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Green Eye Green Eye
ID fjbngeppiginhckphonoffahjcoagofd
URL Chính Thức https://chromewebstore.google.com/detail/green-eye/fjbngeppiginhckphonoffahjcoagofd
Mô tả Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
Kích Thước Tệp 173 KB
Số Lần Cài Đặt 4,117
Phiên Bản Hiện Tại 1.1.6
Cập Nhật Lần Cuối 2014-02-22
Ngày Phát Hành 2014-02-22
Đánh Giá 4.26/5 Tổng số 34 Đánh Giá
Nhà Phát Triển chylvina
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}