Canvas Sidebar Adjustment
Sets the Canvas sidebar back to the default color
What is Canvas Sidebar Adjustment?
Canvas Sidebar Adjustment is a Chrome extension developed by DyDestroyer, and its main feature is "Sets the Canvas sidebar back to the default color".
Extension Screenshots
Download Canvas Sidebar Adjustment Extension CRX File
Download Canvas Sidebar Adjustment extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Canvas Sidebar Adjustment |
ID | mimhlijcehdlfljdajnpndfmadbehlnm |
Official URL | https://chromewebstore.google.com/detail/canvas-sidebar-adjustment/mimhlijcehdlfljdajnpndfmadbehlnm |
Description | Sets the Canvas sidebar back to the default color |
File Size | 3.92 KB |
Installation Count | 24 |
Current Version | 0.0.2 |
Last Updated | 2021-02-12 |
Publish Date | 2021-02-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | DyDestroyer |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |