Canvas Sidebar Adjustment

Sets the Canvas sidebar back to the default color

Что такое Canvas Sidebar Adjustment?

Canvas Sidebar Adjustment - это расширение Chrome, разработанное DyDestroyer, и его основная функция - "Sets the Canvas sidebar back to the default color".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Canvas Sidebar Adjustment

Скачайте файлы расширений Canvas Sidebar Adjustment в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Canvas Sidebar Adjustment Canvas Sidebar Adjustment
ID mimhlijcehdlfljdajnpndfmadbehlnm
Официальный URL https://chromewebstore.google.com/detail/canvas-sidebar-adjustment/mimhlijcehdlfljdajnpndfmadbehlnm
Описание Sets the Canvas sidebar back to the default color
Размер файла 3.92 KB
Количество установок 24
Текущая Версия 0.0.2
Последнее Обновление 2021-02-12
Дата публикации 2021-02-12
Рейтинг 5.00/5 Всего 2 оценок
Разработчик DyDestroyer
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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\/*"
            ]
        }
    ]
}