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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chylvina และคุณลักษณะหลักของมันคือ "Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Green Eye

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}