Canvas Sidebar Adjustment

Sets the Canvas sidebar back to the default color

Vad är Canvas Sidebar Adjustment?

Canvas Sidebar Adjustment är en Chrome-tillägg utvecklad av DyDestroyer, och dess huvudfunktion är "Sets the Canvas sidebar back to the default color".

Tilläggsskärmbilder

screenshot

Ladda ner Canvas Sidebar Adjustment-förlängningens CRX-fil

Ladda ner Canvas Sidebar Adjustment-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Canvas Sidebar Adjustment Canvas Sidebar Adjustment
ID mimhlijcehdlfljdajnpndfmadbehlnm
Officiell webbadress https://chromewebstore.google.com/detail/canvas-sidebar-adjustment/mimhlijcehdlfljdajnpndfmadbehlnm
Beskrivning Sets the Canvas sidebar back to the default color
Filstorlek 3.92 KB
Antal Installationer 24
Aktuell Version 0.0.2
Senast Uppdaterad 2021-02-12
Publiceringsdatum 2021-02-12
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare DyDestroyer
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}