Custom Google Classroom

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

Hvad er Custom Google Classroom?

Custom Google Classroom er en Chrome-udvidelse udviklet af ThatFriendlyIndianKid, og dens hovedfunktion er "Customize your Google Classroom's with funny and cool backgrounds.".

Udvidelsesskærmbilleder

screenshot

Download Custom Google Classroom-udvidelses-CRX-fil

Download Custom Google Classroom-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Custom Google Classroom Custom Google Classroom
ID kjalceblmioiimlklhnboengdaeohlik
Officiel URL https://chromewebstore.google.com/detail/custom-google-classroom/kjalceblmioiimlklhnboengdaeohlik
Beskrivelse Customize your Google Classroom's with funny and cool backgrounds.
Filstørrelse 356 KB
Antal Installationer 74
Nuværende Version 1.3
Senest Opdateret 2022-12-09
Udgivelsesdato 2022-11-14
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler ThatFriendlyIndianKid
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://babymonie.github.io/cge
Understøttede Sprog 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"
    }
}