Canvas Sidebar Adjustment

Sets the Canvas sidebar back to the default color

O que é Canvas Sidebar Adjustment?

Canvas Sidebar Adjustment é uma extensão do Chrome desenvolvida por DyDestroyer, e sua principal característica é "Sets the Canvas sidebar back to the default color".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Canvas Sidebar Adjustment

Baixe arquivos de extensão Canvas Sidebar Adjustment no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Canvas Sidebar Adjustment Canvas Sidebar Adjustment
ID mimhlijcehdlfljdajnpndfmadbehlnm
URL Oficial https://chromewebstore.google.com/detail/canvas-sidebar-adjustment/mimhlijcehdlfljdajnpndfmadbehlnm
Descrição Sets the Canvas sidebar back to the default color
Tamanho do Arquivo 3.92 KB
Contagem de Instalações 24
Versão Atual 0.0.2
Última Atualização 2021-02-12
Data de Publicação 2021-02-12
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor DyDestroyer
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}