Dark Mode for Chrome

Click the icon to enable Dark Mode For Chrome. Dark theme with a single move.

Dark Mode for Chrome란 무엇입니까?

Dark Mode for Chrome은(는) mousedarck에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click the icon to enable Dark Mode For Chrome. Dark theme with a single move."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Dark Theme for Chrome is a convenient and stylish extension for Google Chrome browser that allows the user to enjoy a unique dark mode of web surfing. The app is designed to meet the needs of users who prefer a dark color scheme for working or viewing content at night. Whether you want to reduce eye strain or just give your browser a more modern look, Dark Theme will help make your online experience more enjoyable.

Main functions:

1. Dark Color Theme:Dark Theme transforms Chrome's standard light interface into an elegant dark color scheme. This reduces screen brightness and helps reduce eye strain in low light conditions.

2. Custom Settings:The app provides flexible settings that allow users to customize dark colors, backgrounds and fonts to suit their preferences. You can choose from several theme options or create your own unique combination.

3. Auto Power On: Dark Theme can automatically turn on at night or depending on the user's schedule. This saves time on manual configuration and improves usability.

4. Smart Detection: The extension can automatically detect when dark mode is most needed, such as when watching a YouTube video or while reading long articles, and turn on the dark theme automatically.

5. Minimum performance impact: Dark Theme is designed with performance optimizations in mind to minimize the negative impact on browser speed. The extension has low resource consumption and will not slow down Chrome.

6. Regular updates and support: Dark Theme for Chrome will be updated regularly to meet the latest Chrome requirements and add new features. Users can count on support and fast response to feedback.

How to start using:

1. Open the Google Chrome browser.
2. Go to the Chrome Web Store.
3. Type "Dark Theme" into the search bar.
4. Click "Install" next to the Dark Theme extension.
5. After installing the Dark Theme extension, open a new tab or restart your browser.
6. Now you can enjoy a nice dark interface while browsing the web.

Dark Theme for Chrome is an easy way to make your web surfing experience more comfortable and enjoyable, and give your browser a more modern and stylish look.                    

확장 프로그램 기본 정보

이름 Dark Mode for Chrome Dark Mode for Chrome
ID lojpifiihcmbngjbhpmggclejpeofoil
공식 URL https://chromewebstore.google.com/detail/dark-mode-for-chrome/lojpifiihcmbngjbhpmggclejpeofoil
설명 Click the icon to enable Dark Mode For Chrome. Dark theme with a single move.
파일 크기 256 KB
설치 횟수 813
현재 버전 0.1.0
최근 업데이트 2023-07-23
출시 날짜 2023-07-23
평점 4.75/5 총 8 개의 평점
개발자 mousedarck
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,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,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 3,
    "version": "0.1.0",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "offline_enabled": true,
    "host_permissions": [
        ""
    ],
    "optional_permissions": [
        "alarms"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "Dark Mode",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "data\/content_script\/custom\/*",
                "data\/content_script\/general\/*",
                "data\/content_script\/page_context\/mainContentScript.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "css": [
                "data\/content_script\/mainContentScript.css"
            ],
            "js": [
                "data\/rules\/rules.js",
                "data\/content_script\/mainContentScript.js",
                "data\/content_script\/vendor\/tinycolor.js",
                "data\/content_script\/resources\/native.js"
            ]
        }
    ]
}