Night Reading Mode

Adjust web page text for night time reading

什麼是Night Reading Mode?

Night Reading Mode是由Logan Krumbhaar開發的Chrome擴展程式,該擴展的主要功能是“Adjust web page text for night time reading”。

擴展截圖

screenshot
screenshot

下載Night Reading Mode擴展crx文件

下載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
官方網址 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"
}