Dark Theme - Dark Reader for Web

Dark Theme switch any web pages to dark mode. Take care of your eyes day using a dark reader or change screen brightness.

什麼是Dark Theme - Dark Reader for Web?

Dark Theme - Dark Reader for Web是由Dark Theme Web開發的Chrome擴展程式,該擴展的主要功能是“Dark Theme switch any web pages to dark mode. Take care of your eyes day using a dark reader or change screen brightness.”。

擴展截圖

screenshot
screenshot

下載Dark Theme - Dark Reader for Web擴展crx文件

下載Dark Theme - Dark Reader for Web擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Dark Theme - Dark Reader for Web offers a dark theme for all websites, making it ideal for individuals working at night or those who prefer a dark background for online news or book reading.

By applying the dark mode to all websites in your browser, you can create a better experience while browsing. Moreover, you have the option to exclude specific domains from the dark theme to further customize browsing experience.

Additionally, the extension allows you to design your own custom theme using any color of your choice. This way, you can personalize the dark mode according to your preferences.

What benefits does the Dark Mode extension offer?
- You can manually switch the dark mode on or off by clicking on the extension icon.
- You have the option to exclude or include specific sites from the dark mode by accessing "Dark Mode" and selecting "Disable/Enable Dark Mode for this site."
- The extension allows you to customize the colors for websites according to your preferences.
- You can set an automatic schedule for the dark mode to turn on or off by enabling "Auto ON/OFF" in the settings section.

With Dark Theme, social networks, mainstream sites, and all other websites will be seamlessly transformed with dark colors for a unified dark mode experience.

Introducing the new Option page with several useful features:
1. Site exclusion: Enter a correct web address to exclude specific pages from applying the black theme.
2. Page exclusion: Optionally add domains that you don't want the black theme to be applied to.
3. Theme changer: You can now create your own custom theme, save it, rename it, and apply it whenever you like.

Night Shift:
Activate Night Shift mode to change the screen's usual light to a warmer tone, safeguarding your eyes. You can easily toggle the tool on and off with a single click as needed.

Both Night Shift and Dark Reader extensions automatically shift the colors of your browser content to the warmer end of the color spectrum after dark.

Dark Reader:
This eye-care extension enables night mode by generating dark themes for websites on the fly. It inverts bright colors, creating high contrast and easy-to-read content at night. The extension applies a dark theme to all websites, making it perfect for those who work at night or enjoy reading online news or books with a dark background.

Dark Theme for YouTube:
This extension transforms the YouTube theme into a highly customizable dark charcoal/blue theme. Built on top of the default YouTube theme (native dark theme), this Dark Reader extension is lightweight compared to using themes injected by Stylish or Stylus extensions.

We welcome your questions and comments for our extension. Your feedback is highly valued!                    

擴展基本資訊

名稱 Dark Theme - Dark Reader for Web Dark Theme - Dark Reader for Web
ID ljjmnbjaapnggdiibfleeiaookhcodnl
官方網址 https://chromewebstore.google.com/detail/dark-theme-dark-reader-fo/ljjmnbjaapnggdiibfleeiaookhcodnl
簡介 Dark Theme switch any web pages to dark mode. Take care of your eyes day using a dark reader or change screen brightness.
檔案大小 347 KB
安裝次數 986,546
目前版本 1.0.3
更新時間 2024-02-27
上架時間 2023-07-25
評分 4.84/5 共 335 次評分
開發者 Dark Theme Web
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/darkthemeweb/privacy-policy
支援的語言 id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "helpers\/images\/128.png",
        "64": "helpers\/images\/64.png",
        "32": "helpers\/images\/32.png"
    },
    "background": {
        "service_worker": "scripts\/worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "\/scripts\/content-helpers\/insert.js"
            ],
            "css": [
                "helpers\/styles\/insert.css"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": "helpers\/icon-helpers\/dark\/128.png"
    },
    "options_page": "html\/settings.html",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "version": "1.0.3"
}