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
公式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"
}