Canvas Dark Mode

Turns Canvas into Dark Mode!

What is Canvas Dark Mode?

Canvas Dark Mode is a Chrome extension developed by Rainer Erani, and its main feature is "Turns Canvas into Dark Mode!".

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

                        Canvas does not currently have a dark mode option, like many other sites. This allows the user to toggle into a dark mode to protect their eyes at night. 

Version 2.7: Added access to new schools!                    

Extension Basic Information

Name Canvas Dark Mode Canvas Dark Mode
ID alpkcgejnhlhbolgiedbcfaklbmnicgk
Official URL https://chromewebstore.google.com/detail/canvas-dark-mode/alpkcgejnhlhbolgiedbcfaklbmnicgk
Description Turns Canvas into Dark Mode!
File Size 16.61 KB
Installation Count 2,000
Current Version 2.7
Last Updated 2022-04-30
Publish Date 2019-09-05
Rating 4.50/5 Total 26 Ratings
Developer Rainer Erani
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Canvas Dark",
    "name": "Canvas Dark Mode",
    "version": "2.7",
    "author": "Rainer Erani",
    "description": "Turns Canvas into Dark Mode!",
    "icons": {
        "16": "icons\/logo-medium16.png",
        "48": "icons\/logo-medium16.png",
        "128": "icons\/logo-medium128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*:\/\/canvas.*.*\/*",
                "*:\/\/*.instructure.com\/*"
            ],
            "css": [
                "dark_mode.css"
            ]
        }
    ]
}