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
电子邮箱 [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"
            ]
        }
    ]
}