Enhancer for Classroom™

UI improvements for Google Classroom

Что такое Enhancer for Classroom™?

Enhancer for Classroom™ - это расширение Chrome, разработанное saikat0511, и его основная функция - "UI improvements for Google Classroom".

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

screenshot
screenshot

Скачать файл CRX расширения Enhancer for Classroom™

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

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

                        This browser extension adds some quality of life features to Google Classroom™.

Features:

> Functional
  > Download button next to all file attachments
  > Dark mode toggle in navigation bar

> Cosmetic
  > Reduced padding and margins across the whole website
  > Increased border radius of all elements
  > Use a lighter shade of white for background color in light mode

This add-on does not collect data and respects users' privacy.

Updates to the Classroom site may break this extension in the future, please open an issue if you encounter any bugs, or have any new feature suggestions.

Github Repo: https://github.com/saikat0511/GCR-enhancer                    

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

Название Enhancer for Classroom™ Enhancer for Classroom™
ID nbijdallbnpfkkglpdepfjdlelflfkdc
Официальный URL https://chromewebstore.google.com/detail/enhancer-for-classroom/nbijdallbnpfkkglpdepfjdlelflfkdc
Описание UI improvements for Google Classroom
Размер файла 28.66 KB
Количество установок 114
Текущая Версия 1.2.1
Последнее Обновление 2023-06-23
Дата публикации 2023-06-15
Рейтинг 5.00/5 Всего 5 оценок
Разработчик saikat0511
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/saikat0511/GCR-enhancer
URL страницы помощи https://github.com/saikat0511/GCR-enhancer/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ],
            "all_frames": true,
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "name": "Enhancer for Classroom\u2122",
    "version": "1.2.1",
    "description": "UI improvements for Google Classroom"
}