Canvas Sidebar Adjustment
Sets the Canvas sidebar back to the default color
Cos'è Canvas Sidebar Adjustment?
Canvas Sidebar Adjustment è un'estensione di Chrome sviluppata da DyDestroyer, e la sua funzione principale è "Sets the Canvas sidebar back to the default color".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Canvas Sidebar Adjustment
Scarica i file di estensione Canvas Sidebar Adjustment in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Canvas Sidebar Adjustment |
ID | mimhlijcehdlfljdajnpndfmadbehlnm |
URL Ufficiale | https://chromewebstore.google.com/detail/canvas-sidebar-adjustment/mimhlijcehdlfljdajnpndfmadbehlnm |
Descrizione | Sets the Canvas sidebar back to the default color |
Dimensione del File | 3.92 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2021-02-12 |
Data di Pubblicazione | 2021-02-12 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | DyDestroyer |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |