Simple Night Mode

An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.

Simple Night Modeคืออะไร?

Simple Night Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aniket และคุณลักษณะหลักของมันคือ "An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Night Mode

ดาวน์โหลดไฟล์ส่วนขยาย Simple Night Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Invert the color of any webpage/website, making contents of any website readable and less stressful on your eyes if you are surfing internet in dark lit room.

Click the Simple Night Mode Button to start Night Mode.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple Night Mode Simple Night Mode
ID daogheeomfnjjbabmnmgpbhmamegpbaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-night-mode/daogheeomfnjjbabmnmgpbhmamegpbaj
คำอธิบาย An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.
ขนาดไฟล์ 7.84 KB
จำนวนการติดตั้ง 1,967
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2016-12-06
วันที่เผยแพร่ 2016-12-06
คะแนน 4.15/5 รวมทั้งหมด 40 คะแนน
ผู้พัฒนา Aniket
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Night Mode",
    "version": "1.0.2",
    "description": "An addon to invert the color of any webpage\/website, making contents of any website less stressful on your eyes.",
    "background": {
        "scripts": [
            "libs\/control.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/system.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon24.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "Simple Night Mode"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "themes\/simple.css",
        "libs\/system.js"
    ]
}