Dark Mode for Chrome

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

Qu'est-ce que Dark Mode for Chrome ?

Dark Mode for Chrome est une extension Chrome développée par mousedarck, et sa fonction principale est "Click the icon to enable Dark Mode For Chrome. Dark theme with a single move.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Dark Mode for Chrome

Téléchargez les fichiers d'extension Dark Mode for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dark Mode for Chrome Dark Mode for Chrome
ID lojpifiihcmbngjbhpmggclejpeofoil
URL Officiel https://chromewebstore.google.com/detail/dark-mode-for-chrome/lojpifiihcmbngjbhpmggclejpeofoil
Description Click the icon to enable Dark Mode For Chrome. Dark theme with a single move.
Taille du Fichier 256 KB
Nombre d'Installations 813
Version Actuelle 0.1.0
Dernière Mise à Jour 2023-07-23
Date de Publication 2023-07-23
Évaluation 4.75/5 Total 8 Évaluations
Développeur mousedarck
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}