Custom Google Classroom

Customize your Google Classroom's with funny and cool backgrounds.

Что такое Custom Google Classroom?

Custom Google Classroom - это расширение Chrome, разработанное ThatFriendlyIndianKid, и его основная функция - "Customize your Google Classroom's with funny and cool backgrounds.".

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

screenshot

Скачать файл CRX расширения Custom Google Classroom

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

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

                        Customize your Google Classroom's with funny and cool backgrounds, and custom class name.                    

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

Название Custom Google Classroom Custom Google Classroom
ID kjalceblmioiimlklhnboengdaeohlik
Официальный URL https://chromewebstore.google.com/detail/custom-google-classroom/kjalceblmioiimlklhnboengdaeohlik
Описание Customize your Google Classroom's with funny and cool backgrounds.
Размер файла 356 KB
Количество установок 74
Текущая Версия 1.3
Последнее Обновление 2022-12-09
Дата публикации 2022-11-14
Рейтинг 1.00/5 Всего 1 оценок
Разработчик ThatFriendlyIndianKid
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://babymonie.github.io/cge
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Google Classroom",
    "description": "Customize your Google Classroom's with funny and cool backgrounds.",
    "version": "1.3",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Custom Google Classroom",
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.classroom.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}