Classic Dark Theme for Web

Dark Mode a classic dark theme for all websites. Switch for night and day browsing

Classic Dark Theme for Web란 무엇입니까?

Classic Dark Theme for Web은(는) Oscar Abrahamson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark Mode a classic dark theme for all websites. Switch for night and day browsing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Classic Dark Theme for Web 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dark Mode for All Web a classic dark theme for every website. Switch website to dark reader and for night and daily browsing.

Dark Mode - Dark Reader for Chrome enhances your browsing experience by applying a dark theme to all websites, perfect for night owls, online news readers, and book enthusiasts. 🌙📘

Transform all websites in your browser into dark mode and easily exclude specific domains for a tailored experience. Customize your own theme with the colors you love. 🎨

Dark Mode Extension Features:

➡️ Manually toggle dark mode on/off with a simple click on the extension icon. 🌑
➡️ Exclude/include specific sites from dark mode by choosing "Dark Mode" > - ➡️"Disable/Enable for this site." 🚫/✅
➡️ Personalize website colors to your liking. 🌈

Say goodbye to navigating through settings for different websites - one app brings a cohesive dark theme across the entire web.

Explore our option page with useful features:

➡️Site exclusion: Enter web addresses to exempt pages. 🚧
➡️Page exclusion: Add domains you prefer not to be in black theme. 🌐
➡️Theme changer: Create, save, rename, and apply your custom theme anytime. 🔄

Night Shift:
Activate Night Shift mode to reduce screen brightness and protect your eyes. Toggle it on/off with a single click when needed. 🌙

Night Shift and Dark Reader extension automatically adjust browser colors for nighttime comfort. Dark Reader creates high-contrast, easy-to-read dark themes for all websites, catering to night workers and online readers.

Experience the convenience of dark themes with our extension. Feel free to ask questions or provide feedback; your input is crucial to us! 🌙✨                    

확장 프로그램 기본 정보

이름 Classic Dark Theme for Web Classic Dark Theme for Web
ID ckamlnkimkfbbkgkdendoedekcmbpmde
공식 URL https://chromewebstore.google.com/detail/classic-dark-theme-for-we/ckamlnkimkfbbkgkdendoedekcmbpmde
설명 Dark Mode a classic dark theme for all websites. Switch for night and day browsing
파일 크기 134 KB
설치 횟수 703,701
현재 버전 1.0.2
최근 업데이트 2023-12-15
출시 날짜 2023-10-15
평점 4.96/5 총 45 개의 평점
개발자 Oscar Abrahamson
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.2",
    "description": "__MSG_extDescription__",
    "manifest_version": 3,
    "action": {
        "default_title": "__MSG_titleDefault__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/img\/16.png",
            "32": "assets\/img\/32.png",
            "64": "assets\/img\/64.png",
            "128": "assets\/img\/128.png",
            "512": "assets\/img\/512.png"
        }
    },
    "default_locale": "en",
    "icons": {
        "16": "assets\/img\/16.png",
        "32": "assets\/img\/32.png",
        "64": "assets\/img\/64.png",
        "128": "assets\/img\/128.png",
        "512": "assets\/img\/512.png"
    },
    "background": {
        "service_worker": "assets\/javaScripts\/worker.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/javaScripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "scripting"
    ]
}