Dark mode - 最合适的网页浏览工具

为您提供各种最舒适的浏览模式(暗黑模式、浅色模式、护眼模式),减少长时间浏览网页内容时对眼部的伤害。如果您对网页浏览模式有更深层次的需求,欢迎加入QQ群631893828。

What is Dark mode - 最合适的网页浏览工具?

Dark mode - 最合适的网页浏览工具 is a Chrome extension developed by lanleiming, and its main feature is "为您提供各种最舒适的浏览模式(暗黑模式、浅色模式、护眼模式),减少长时间浏览网页内容时对眼部的伤害。如果您对网页浏览模式有更深层次的需求,欢迎加入QQ群631893828。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Dark mode - 最合适的网页浏览工具 Extension CRX File

Download Dark mode - 最合适的网页浏览工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        为您提供各种最舒适的浏览模式(暗黑模式、浅色模式、护眼模式),减少长时间浏览网页内容时对眼部的伤害                    

Extension Basic Information

Name Dark mode - 最合适的网页浏览工具 Dark mode - 最合适的网页浏览工具
ID joocnhnjenjbgpgcldfiliibifpaogpk
Official URL https://chromewebstore.google.com/detail/dark-mode-%E6%9C%80%E5%90%88%E9%80%82%E7%9A%84%E7%BD%91%E9%A1%B5%E6%B5%8F%E8%A7%88%E5%B7%A5%E5%85%B7/joocnhnjenjbgpgcldfiliibifpaogpk
Description 为您提供各种最舒适的浏览模式(暗黑模式、浅色模式、护眼模式),减少长时间浏览网页内容时对眼部的伤害。如果您对网页浏览模式有更深层次的需求,欢迎加入QQ群631893828。
File Size 771 KB
Installation Count 612
Current Version 1.0.1
Last Updated 2022-09-21
Publish Date 2022-09-10
Rating 4.67/5 Total 6 Ratings
Developer lanleiming
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dark mode - \u6700\u5408\u9002\u7684\u7f51\u9875\u6d4f\u89c8\u5de5\u5177",
    "description": "\u4e3a\u60a8\u63d0\u4f9b\u5404\u79cd\u6700\u8212\u9002\u7684\u6d4f\u89c8\u6a21\u5f0f\uff08\u6697\u9ed1\u6a21\u5f0f\u3001\u6d45\u8272\u6a21\u5f0f\u3001\u62a4\u773c\u6a21\u5f0f\uff09\uff0c\u51cf\u5c11\u957f\u65f6\u95f4\u6d4f\u89c8\u7f51\u9875\u5185\u5bb9\u65f6\u5bf9\u773c\u90e8\u7684\u4f24\u5bb3\u3002\u5982\u679c\u60a8\u5bf9\u7f51\u9875\u6d4f\u89c8\u6a21\u5f0f\u6709\u66f4\u6df1\u5c42\u6b21\u7684\u9700\u6c42\uff0c\u6b22\u8fce\u52a0\u5165QQ\u7fa4631893828\u3002",
    "version": "1.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "38": "assets\/icon_38_d.png",
            "19": "assets\/icon_19_d.png"
        }
    },
    "icons": {
        "16": "assets\/icon_16_d.png",
        "48": "assets\/icon_48_d.png",
        "128": "assets\/icon_128_d.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    }
}