Canva Dark Mode

Enable dark mode on Canva

Cos'è Canva Dark Mode?

Canva Dark Mode è un'estensione di Chrome sviluppata da canvadarkmode, e la sua funzione principale è "Enable dark mode on Canva".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Canva Dark Mode

Scarica i file di estensione Canva Dark Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Canva Dark Mode Canva Dark Mode
ID onkahfiobjcdmilganimgeomfmibohlo
URL Ufficiale https://chromewebstore.google.com/detail/canva-dark-mode/onkahfiobjcdmilganimgeomfmibohlo
Descrizione Enable dark mode on Canva
Dimensione del File 334 KB
Conteggio Installazioni 135
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-06-08
Data di Pubblicazione 2023-06-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore canvadarkmode
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}