Canvas Sidebar Adjustment
Sets the Canvas sidebar back to the default color
Qu'est-ce que Canvas Sidebar Adjustment ?
Canvas Sidebar Adjustment est une extension Chrome développée par DyDestroyer, et sa fonction principale est "Sets the Canvas sidebar back to the default color".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Canvas Sidebar Adjustment
Téléchargez les fichiers d'extension Canvas Sidebar Adjustment au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Canvas Sidebar Adjustment |
ID | mimhlijcehdlfljdajnpndfmadbehlnm |
URL Officiel | https://chromewebstore.google.com/detail/canvas-sidebar-adjustment/mimhlijcehdlfljdajnpndfmadbehlnm |
Description | Sets the Canvas sidebar back to the default color |
Taille du Fichier | 3.92 KB |
Nombre d'Installations | 24 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2021-02-12 |
Date de Publication | 2021-02-12 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | DyDestroyer |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |