Make Classroom Great Again

Add more CSS to make the new Google Classroom design look better.

Что такое Make Classroom Great Again?

Make Classroom Great Again - это расширение Chrome, разработанное johnroper100, и его основная функция - "Add more CSS to make the new Google Classroom design look better.".

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

screenshot

Скачать файл CRX расширения Make Classroom Great Again

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

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

                        With the new classroom update, the styles were changed to be low in contrast which makes the site hard to read. This extension overrides some of the styles to make classroom look better and be easier to use than it currently is with the new update.                    

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

Название Make Classroom Great Again Make Classroom Great Again
ID hcbmndncpmienjnhgphjnfachjkbmmfl
Официальный URL https://chromewebstore.google.com/detail/make-classroom-great-agai/hcbmndncpmienjnhgphjnfachjkbmmfl
Описание Add more CSS to make the new Google Classroom design look better.
Размер файла 346 KB
Количество установок 625
Текущая Версия 0.2.12
Последнее Обновление 2019-10-23
Дата публикации 2019-10-23
Рейтинг 5.00/5 Всего 2 оценок
Разработчик johnroper100
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://jmroper.com
URL страницы помощи http://jmroper.com
URL страницы политики конфиденциальности http://jmroper.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make Classroom Great Again",
    "version": "0.2.12",
    "description": "Add more CSS to make the new Google Classroom design look better.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ]
        }
    ]
}