Night Owl

An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.

Night Owlとは何ですか?

Night Owlはhttps://www.techy.howによって開発されたChromeの拡張機能で、その主な機能は「An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.」です。

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

screenshot
screenshot
screenshot

Night Owl拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Discover Night Owl, the sleek and user-friendly Dark Mode browser extension for Chrome that transforms your browsing experience. With our easy-to-use Night Owl extension, effortlessly switch your browser to Dark Mode, instantly darkening the background color of websites and inverting the text color to white, providing a comfortable and visually appealing online experience.

The Night Owl extension focuses on simplicity and effectiveness, offering you a seamless way to toggle between Dark Mode and regular browsing. By using Night Owl, you can reduce eye strain, enhance visual comfort, and create a more enjoyable browsing experience, especially during late-night sessions.

As we continue to develop Night Owl, you can look forward to even more advanced features in future updates, such as Auto-Dark Mode, Eye Protection, Dimming, and Contrast Adjustment, taking your browsing experience to new heights.

Install the Night Owl extension today and enjoy the benefits of Dark Mode for your browsing sessions. Say goodbye to eye strain and hello to a better browsing experience!                    

拡張機能の基本情報

名前 Night Owl Night Owl
ID lmlogodkincncmpdgoedcocnpkcbpkno
公式URL https://chromewebstore.google.com/detail/night-owl/lmlogodkincncmpdgoedcocnpkcbpkno
説明 An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.
ファイルサイズ 120 KB
インストール数 32
現在のバージョン 1.1
最終更新日 2023-04-06
公開日 2023-04-06
開発者 https://www.techy.how
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.techy.how/
ヘルプページのURL https://www.techy.how/tools
プライバシーポリシーページのURL https://www.techy.how/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Night Owl",
    "version": "1.1",
    "description": "An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}