Dark Mode for Chrome

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

Vad är Dark Mode for Chrome?

Dark Mode for Chrome är en Chrome-tillägg utvecklad av mousedarck, och dess huvudfunktion är "Click the icon to enable Dark Mode For Chrome. Dark theme with a single move.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Dark Mode for Chrome-förlängningens CRX-fil

Ladda ner Dark Mode for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Dark Mode for Chrome Dark Mode for Chrome
ID lojpifiihcmbngjbhpmggclejpeofoil
Officiell webbadress https://chromewebstore.google.com/detail/dark-mode-for-chrome/lojpifiihcmbngjbhpmggclejpeofoil
Beskrivning Click the icon to enable Dark Mode For Chrome. Dark theme with a single move.
Filstorlek 256 KB
Antal Installationer 813
Aktuell Version 0.1.0
Senast Uppdaterad 2023-07-23
Publiceringsdatum 2023-07-23
Betyg 4.75/5 Totalt 8 Betyg
Utvecklare mousedarck
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}