Night Owl - Smart Dark Mode

Instantly transform websites into a comfortable, eye-friendly dark mode experience.

什么是Night Owl - Smart Dark Mode?

Night Owl - Smart Dark Mode是由Music For Trees开发的Chrome扩展程序,该扩展的主要功能是“Instantly transform websites into a comfortable, eye-friendly dark mode experience.”。

扩展截图

screenshot

下载Night Owl - Smart Dark Mode扩展crx文件

下载Night Owl - Smart Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Dark mode for any website!

Many websites don't have a dark mode option, so we made Night Owl. Click the owl icon to turn on dark mode for any site, and the extension will remember your preferences. Enjoy a comfortable browsing experience with your favorite sites in dark mode!                    

扩展基本信息

名称 Night Owl - Smart Dark Mode Night Owl - Smart Dark Mode
ID ifflcmkgdhiopibdbljombcjfeeldhnp
官方URL https://chromewebstore.google.com/detail/night-owl-smart-dark-mode/ifflcmkgdhiopibdbljombcjfeeldhnp
简介 Instantly transform websites into a comfortable, eye-friendly dark mode experience.
文件大小 6.55 KB
安装次数 55
当前版本 1.0
更新时间 2023-04-13
上架时间 2023-04-13
评分 5.00/5 共2次评分
开发者 Music For Trees
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://policies.google.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Night Owl - Smart Dark Mode",
    "version": "1.0",
    "description": "Instantly transform websites into a comfortable, eye-friendly dark mode experience.",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}