Canvas Sidebar Adjustment

Sets the Canvas sidebar back to the default color

Hvad er Canvas Sidebar Adjustment?

Canvas Sidebar Adjustment er en Chrome-udvidelse udviklet af DyDestroyer, og dens hovedfunktion er "Sets the Canvas sidebar back to the default color".

Udvidelsesskærmbilleder

screenshot

Download Canvas Sidebar Adjustment-udvidelses-CRX-fil

Download Canvas Sidebar Adjustment-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Canvas Sidebar Adjustment Canvas Sidebar Adjustment
ID mimhlijcehdlfljdajnpndfmadbehlnm
Officiel URL https://chromewebstore.google.com/detail/canvas-sidebar-adjustment/mimhlijcehdlfljdajnpndfmadbehlnm
Beskrivelse Sets the Canvas sidebar back to the default color
Filstørrelse 3.92 KB
Antal Installationer 24
Nuværende Version 0.0.2
Senest Opdateret 2021-02-12
Udgivelsesdato 2021-02-12
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler DyDestroyer
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}