Canva Dark Mode

Enable dark mode on Canva

Canva Dark Modeとは何ですか?

Canva Dark Modeはcanvadarkmodeによって開発されたChromeの拡張機能で、その主な機能は「Enable dark mode on Canva」です。

拡張機能のスクリーンショット

screenshot

Canva Dark Mode拡張機能のCRXファイルをダウンロード

Canva Dark Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Canva Dark Mode Canva Dark Mode
ID onkahfiobjcdmilganimgeomfmibohlo
公式URL https://chromewebstore.google.com/detail/canva-dark-mode/onkahfiobjcdmilganimgeomfmibohlo
説明 Enable dark mode on Canva
ファイルサイズ 334 KB
インストール数 135
現在のバージョン 1.0.2
最終更新日 2023-06-08
公開日 2023-06-07
評価 5.00/5 合計 1 レビュー
開発者 canvadarkmode
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}