Canvas Dark Mode

A dark theme for the Canvas website

Wat is Canvas Dark Mode?

Canvas Dark Mode is een Chrome-extensie ontwikkeld door PutterBeanut, en de belangrijkste functie is "A dark theme for the Canvas website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Canvas Dark Mode

Download Canvas Dark Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A dark theme for the Canvas website                    

Basisinformatie over de Extensie

Naam Canvas Dark Mode Canvas Dark Mode
ID nakjdpcjlcipablhcegilcogjhonegjd
Officiële URL https://chromewebstore.google.com/detail/canvas-dark-mode/nakjdpcjlcipablhcegilcogjhonegjd
Beschrijving A dark theme for the Canvas website
Bestandsgrootte 19.74 KB
Aantal Installaties 526
Huidige Versie 1.0
Laatst Bijgewerkt 2021-01-08
Publicatiedatum 2021-01-06
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar PutterBeanut
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}