Canvas Sidebar Adjustment

Sets the Canvas sidebar back to the default color

Co to jest Canvas Sidebar Adjustment?

Canvas Sidebar Adjustment to rozszerzenie Chrome opracowane przez DyDestroyer, a jego główną funkcją jest „Sets the Canvas sidebar back to the default color”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Canvas Sidebar Adjustment

Pobierz pliki rozszerzeń Canvas Sidebar Adjustment w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Canvas Sidebar Adjustment Canvas Sidebar Adjustment
ID mimhlijcehdlfljdajnpndfmadbehlnm
Oficjalny URL https://chromewebstore.google.com/detail/canvas-sidebar-adjustment/mimhlijcehdlfljdajnpndfmadbehlnm
Opis Sets the Canvas sidebar back to the default color
Rozmiar pliku 3.92 KB
Liczba instalacji 24
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2021-02-12
Data Publikacji 2021-02-12
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper DyDestroyer
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}