Custom Google Classroom

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

Co to jest Custom Google Classroom?

Custom Google Classroom to rozszerzenie Chrome opracowane przez ThatFriendlyIndianKid, a jego główną funkcją jest „Customize your Google Classroom's with funny and cool backgrounds.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Custom Google Classroom

Pobierz pliki rozszerzeń Custom Google Classroom w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Custom Google Classroom Custom Google Classroom
ID kjalceblmioiimlklhnboengdaeohlik
Oficjalny URL https://chromewebstore.google.com/detail/custom-google-classroom/kjalceblmioiimlklhnboengdaeohlik
Opis Customize your Google Classroom's with funny and cool backgrounds.
Rozmiar pliku 356 KB
Liczba instalacji 74
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-12-09
Data Publikacji 2022-11-14
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper ThatFriendlyIndianKid
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://babymonie.github.io/cge
Obsługiwane Języki 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"
    }
}