Canvas Sidebar Adjustment
Sets the Canvas sidebar back to the default color
Co je Canvas Sidebar Adjustment?
Canvas Sidebar Adjustment je rozšíření Chrome vyvinuté DyDestroyer, a jeho hlavní funkcí je „Sets the Canvas sidebar back to the default color“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Canvas Sidebar Adjustment
Stáhněte si soubory rozšíření Canvas Sidebar Adjustment ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Canvas Sidebar Adjustment |
ID | mimhlijcehdlfljdajnpndfmadbehlnm |
Oficiální URL | https://chromewebstore.google.com/detail/canvas-sidebar-adjustment/mimhlijcehdlfljdajnpndfmadbehlnm |
Popis | Sets the Canvas sidebar back to the default color |
Velikost souboru | 3.92 KB |
Počet instalací | 24 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2021-02-12 |
Datum Vydání | 2021-02-12 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | DyDestroyer |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } ] } |