Canvas Sidebar Adjustment

Sets the Canvas sidebar back to the default color

¿Qué es Canvas Sidebar Adjustment?

Canvas Sidebar Adjustment es una extensión de Chrome desarrollada por DyDestroyer, y su función principal es "Sets the Canvas sidebar back to the default color".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Canvas Sidebar Adjustment

Descarga archivos de extensión Canvas Sidebar Adjustment en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Canvas Sidebar Adjustment Canvas Sidebar Adjustment
ID mimhlijcehdlfljdajnpndfmadbehlnm
URL Oficial https://chromewebstore.google.com/detail/canvas-sidebar-adjustment/mimhlijcehdlfljdajnpndfmadbehlnm
Descripción Sets the Canvas sidebar back to the default color
Tamaño del Archivo 3.92 KB
Cantidad de Instalaciones 24
Versión Actual 0.0.2
Última Actualización 2021-02-12
Fecha de Publicación 2021-02-12
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador DyDestroyer
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
            ]
        }
    ]
}