Canva Dark Mode

Enable dark mode on Canva

What is Canva Dark Mode?

Canva Dark Mode is a Chrome extension developed by canvadarkmode, and its main feature is "Enable dark mode on Canva".

Extension Screenshots

screenshot

Download Canva Dark Mode Extension CRX File

Download Canva Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Canva Dark Mode Canva Dark Mode
ID onkahfiobjcdmilganimgeomfmibohlo
Official URL https://chromewebstore.google.com/detail/canva-dark-mode/onkahfiobjcdmilganimgeomfmibohlo
Description Enable dark mode on Canva
File Size 334 KB
Installation Count 135
Current Version 1.0.2
Last Updated 2023-06-08
Publish Date 2023-06-07
Rating 5.00/5 Total 1 Ratings
Developer canvadarkmode
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}