Custom Google Classroom

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

Co je Custom Google Classroom?

Custom Google Classroom je rozšíření Chrome vyvinuté ThatFriendlyIndianKid, a jeho hlavní funkcí je „Customize your Google Classroom's with funny and cool backgrounds.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Custom Google Classroom

Stáhněte si soubory rozšíření Custom Google Classroom ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Custom Google Classroom Custom Google Classroom
ID kjalceblmioiimlklhnboengdaeohlik
Oficiální URL https://chromewebstore.google.com/detail/custom-google-classroom/kjalceblmioiimlklhnboengdaeohlik
Popis Customize your Google Classroom's with funny and cool backgrounds.
Velikost souboru 356 KB
Počet instalací 74
Aktuální Verze 1.3
Poslední Aktualizace 2022-12-09
Datum Vydání 2022-11-14
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář ThatFriendlyIndianKid
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://babymonie.github.io/cge
Podporované Jazyky 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"
    }
}