Dark Mode - Dark Reader for Chrome

Simple dark mode for Google Chrome. Switch all websites to dark mode as desired. Take care of your eyes by the night theme.

Dark Mode - Dark Reader for Chrome란 무엇입니까?

Dark Mode - Dark Reader for Chrome은(는) https://darkpages.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple dark mode for Google Chrome. Switch all websites to dark mode as desired. Take care of your eyes by the night theme."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Dark Mode - Dark Reader for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dark mode for Chrome can turn the dark theme on any website. Now surfing the Internet is more comfortable, as your eyes will feel much better! Apart from this, your browsing experience will be more stylish.

Features of the extension:

- Completely free, no in-app purchases.
- You can turn on dark mode for any website.
- You can install the plugin with one click.
- The plugin is small, it does not make your computer slower.

Our eyes perceive the dark theme better at night or indoors with poor lighting. It also just looks cool. This design is completely sleek and minimalist. Works on the toggle button in the upper right corner. It's so easy to switch from day to night mode.

The dark mode is an extension that helps you quickly turn the screen (browser) to dark at night time. Social networks, mainstream sites, and all other websites will be all together covered in black colors.                    

확장 프로그램 기본 정보

이름 Dark Mode - Dark Reader for Chrome Dark Mode - Dark Reader for Chrome
ID eiionlappbmidcpaabhepkipldnopcch
공식 URL https://chromewebstore.google.com/detail/dark-mode-dark-reader-for/eiionlappbmidcpaabhepkipldnopcch
설명 Simple dark mode for Google Chrome. Switch all websites to dark mode as desired. Take care of your eyes by the night theme.
파일 크기 399 KB
설치 횟수 59,209
현재 버전 1.0.3
최근 업데이트 2023-10-31
출시 날짜 2022-12-22
평점 4.48/5 총 40 개의 평점
개발자 https://darkpages.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://darkpages.net/
개인정보 보호 정책 페이지 URL https://darkpages.net/privacy.html
지원되는 언어 id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.3",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/static\/logo-turn-on-32.png",
        "64": "assets\/static\/logo-turn-on-64.png",
        "128": "assets\/static\/logo-turn-on-128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dark-mode-content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}