Canvas Dark Mode

A dark theme for the Canvas website

What is Canvas Dark Mode?

Canvas Dark Mode is a Chrome extension developed by PutterBeanut, and its main feature is "A dark theme for the Canvas website".

Extension Screenshots

screenshot

Download Canvas Dark Mode Extension CRX File

Download Canvas 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

                        A dark theme for the Canvas website                    

Extension Basic Information

Name Canvas Dark Mode Canvas Dark Mode
ID nakjdpcjlcipablhcegilcogjhonegjd
Official URL https://chromewebstore.google.com/detail/canvas-dark-mode/nakjdpcjlcipablhcegilcogjhonegjd
Description A dark theme for the Canvas website
File Size 19.74 KB
Installation Count 526
Current Version 1.0
Last Updated 2021-01-08
Publish Date 2021-01-06
Rating 3.00/5 Total 2 Ratings
Developer PutterBeanut
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas Dark Mode",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "matches": [
                "https:\/\/*.instructure.com\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.instructure.com\/*"
    ],
    "icons": {
        "128": "logo.png"
    }
}