Canvas Sidebar Adjustment
Sets the Canvas sidebar back to the default color
Was ist Canvas Sidebar Adjustment?
Canvas Sidebar Adjustment ist eine Chrome-Erweiterung, die von DyDestroyer entwickelt wurde, und ihr Hauptmerkmal ist "Sets the Canvas sidebar back to the default color".
Erweiterungsscreenshots
Canvas Sidebar Adjustment-Erweiterungs-CRX-Datei herunterladen
Laden Sie Canvas Sidebar Adjustment-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This simple extension sets the sidebar in canvas back to the default color: gray. Nice for when your sidebar is a hideous or intrusive color you just want gone. Super simple to use, nothing to enable, nothing to setup, just install and watch it work. This has been tested on multiple.instructure.com sites, but if it doesn't work, leave a review with the link to the site it doesn't function on.
Grundlegende Informationen zur Erweiterung
Name | Canvas Sidebar Adjustment |
ID | mimhlijcehdlfljdajnpndfmadbehlnm |
Offizielle URL | https://chromewebstore.google.com/detail/canvas-sidebar-adjustment/mimhlijcehdlfljdajnpndfmadbehlnm |
Beschreibung | Sets the Canvas sidebar back to the default color |
Dateigröße | 3.92 KB |
Installationsanzahl | 24 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2021-02-12 |
Veröffentlichungsdatum | 2021-02-12 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | DyDestroyer |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Canvas Sidebar Adjustment", "version": "0.0.2", "description": "Sets the Canvas sidebar back to the default color", "icons": { "48": "icon48.png" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/*.instructure.com\/*" ] } ] } |