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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}