Canva Dark Mode

Enable dark mode on Canva

Was ist Canva Dark Mode?

Canva Dark Mode ist eine Chrome-Erweiterung, die von canvadarkmode entwickelt wurde, und ihr Hauptmerkmal ist "Enable dark mode on Canva".

Erweiterungsscreenshots

screenshot

Canva Dark Mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Canva Dark Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Immerse yourself in a visually appealing design environment with the Canva Dark Mode Chrome extension. This powerful tool transforms Canva's interface into a sleek, dark-themed layout, reducing eye strain and enhancing focus while working on your designs. Elevate your design experience and unleash your creativity with Canva Dark Mode. 

Key Features: 
>>Sleek Dark Theme: Enjoy a visually pleasing and elegant dark interface that reduces eye strain and enhances focus. 
>>Improved Contrast: Experience enhanced contrast and readability for your design elements and text. 
>>Eye-friendly Design: Minimize visual distractions and create a more immersive environment for your design work. 
>>Seamless Integration: The extension seamlessly integrates into the Canva interface, providing a consistent dark mode experience. 
>>Toggle On/Off: Easily switch between dark and light modes with a simple toggle button. 

How to Use? 
>>Install the extension from the Chrome Web Store. 
>>Open Canva and log into your account. 
>>Once installed, the extension will automatically enable dark mode on the Canva interface. 
>>Enjoy the sleek and eye-friendly dark-themed design environment while working on your designs. 
>>To switch back to the default light mode, simply click the toggle button provided by the extension. 

Enhance your design experience with the Canva Dark Mode Chrome extension. Immerse yourself in a visually appealing and eye-friendly dark-themed interface, reducing strain and improving focus. Install the extension today and transform your Canva workflow.                    

Grundlegende Informationen zur Erweiterung

Name Canva Dark Mode Canva Dark Mode
ID onkahfiobjcdmilganimgeomfmibohlo
Offizielle URL https://chromewebstore.google.com/detail/canva-dark-mode/onkahfiobjcdmilganimgeomfmibohlo
Beschreibung Enable dark mode on Canva
Dateigröße 334 KB
Installationsanzahl 135
Aktuelle Version 1.0.2
Letztes Update 2023-06-08
Veröffentlichungsdatum 2023-06-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler canvadarkmode
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "name": "Canva Dark Mode ",
    "description": "Enable dark mode on Canva ",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "Icons\/Icon48.png"
    },
    "icons": {
        "16": "Icons\/Icon16.png",
        "32": "Icons\/Icon32.png",
        "48": "Icons\/Icon48.png",
        "64": "Icons\/Icon64.png",
        "128": "Icons\/Icon128.png",
        "2000": "Icons\/Icon2000.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications"
    ]
}