Canva Dark Mode

Enable dark mode on Canva

O que é Canva Dark Mode?

Canva Dark Mode é uma extensão do Chrome desenvolvida por canvadarkmode, e sua principal característica é "Enable dark mode on Canva".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Canva Dark Mode

Baixe arquivos de extensão Canva Dark Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Canva Dark Mode Canva Dark Mode
ID onkahfiobjcdmilganimgeomfmibohlo
URL Oficial https://chromewebstore.google.com/detail/canva-dark-mode/onkahfiobjcdmilganimgeomfmibohlo
Descrição Enable dark mode on Canva
Tamanho do Arquivo 334 KB
Contagem de Instalações 135
Versão Atual 1.0.2
Última Atualização 2023-06-08
Data de Publicação 2023-06-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor canvadarkmode
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}