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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}