Night Reading Mode

Adjust web page text for night time reading

Night Reading Modeคืออะไร?

Night Reading Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Logan Krumbhaar และคุณลักษณะหลักของมันคือ "Adjust web page text for night time reading"

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

screenshot
screenshot

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

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

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

                        An extension which can adjust web page text for night time reading. The extension can invert a pages color and change its contrast. I made this because I tried inverting page colors for night reading, but still found bright text on dark backgrounds difficult to read. Reducing contrast makes reading web pages a bit lighter on the eyes.

Compatible with most websites.

Please rate and mention any bugs you notice, thoughts, or concerns so I can address them and make it a better extension.                    

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

ชื่อ Night Reading Mode Night Reading Mode
ID ngbfeclajblpoeamfkmeablkmcpfikgc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/night-reading-mode/ngbfeclajblpoeamfkmeablkmcpfikgc
คำอธิบาย Adjust web page text for night time reading
ขนาดไฟล์ 17.28 KB
จำนวนการติดตั้ง 1,490
เวอร์ชันปัจจุบัน 0.0.0.6
อัปเดตครั้งล่าสุด 2015-12-09
วันที่เผยแพร่ 2015-12-09
คะแนน 3.13/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Logan Krumbhaar
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "rgbcolor.js",
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "description": "Adjust web page text for night time reading",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Night Reading Mode",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "0.0.0.6"
}