Night Mode for All Web

Night Mode is a versatile dark theme for websites, ideal for day and night browsing. Easily switch your website to dark mode.

Night Mode for All Webとは何ですか?

Night Mode for All Webはcarlosjheinによって開発されたChromeの拡張機能で、その主な機能は「Night Mode is a versatile dark theme for websites, ideal for day and night browsing. Easily switch your website to dark mode.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Night Mode for All Web拡張機能のCRXファイルをダウンロード

Night Mode for All Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Take care of your eyes around the clock by utilizing dark mode or adjusting screen brightness to a protective eye-friendly color.

🌙 The Night Shift extension not only activates night mode on nearly all websites but also grants you control over the built-in dark themes on those that support it.

For websites lacking a built-in night theme, such as Gmail, Google Docs, Office Online, Github, and countless others, our extension seamlessly converts colors for a smooth transition to dark mode.

Enjoy the flexibility of the white-list feature, allowing you to exclude specific domains from the mode. Simply add desired domains (comma-separated) in the options page to exclude them from the dark mode.

📥 Download the dark mode extension for your web browser now!

🌙 Night Shift
Engage Night Shift mode to transform the typical screen light into a warmer tone, safeguarding your eyes. Easily toggle the tool on and off with a single click as needed.

🌈 The Night Shift and Dark Mode extension automatically adjusts browser content colors to the warmer end of the spectrum after dark.

⚡ Ensure you refresh all tabs opened before installing Dark Mode and Night Shift. Restart Chrome for a quick refresh of all tabs at once. Otherwise, Night Shift will only apply to newly opened tabs.

🎨 This extension introduces a stylish dark theme to Google Docs, making it easier on the eyes and giving it a cooler appearance.

Feel free to ask questions and share your comments. Your feedback is invaluable to our Dark Reader!                    

拡張機能の基本情報

名前 Night Mode for All Web Night Mode for All Web
ID iefadjgldnnpdadmphmaapklchpjhcnj
公式URL https://chromewebstore.google.com/detail/night-mode-for-all-web/iefadjgldnnpdadmphmaapklchpjhcnj
説明 Night Mode is a versatile dark theme for websites, ideal for day and night browsing. Easily switch your website to dark mode.
ファイルサイズ 54.67 KB
インストール数 1,120,177
現在のバージョン 1.0.3
最終更新日 2024-01-05
公開日 2022-11-02
評価 4.70/5 合計 451 レビュー
開発者 carlosjhein
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.3",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "check.js"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_titleDefault__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 3,
    "default_locale": "en"
}