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
Eメール [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"
    }
}