Canvas Sidebar Adjustment
Sets the Canvas sidebar back to the default color
Wat is Canvas Sidebar Adjustment?
Canvas Sidebar Adjustment is een Chrome-extensie ontwikkeld door DyDestroyer, en de belangrijkste functie is "Sets the Canvas sidebar back to the default color".
Extensie Screenshots
Download het CRX-bestand van de extensie Canvas Sidebar Adjustment
Download Canvas Sidebar Adjustment-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
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.
Basisinformatie over de Extensie
Naam | Canvas Sidebar Adjustment |
ID | mimhlijcehdlfljdajnpndfmadbehlnm |
Officiële URL | https://chromewebstore.google.com/detail/canvas-sidebar-adjustment/mimhlijcehdlfljdajnpndfmadbehlnm |
Beschrijving | Sets the Canvas sidebar back to the default color |
Bestandsgrootte | 3.92 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2021-02-12 |
Publicatiedatum | 2021-02-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | DyDestroyer |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |