Custom Google Classroom
Customize your Google Classroom's with funny and cool backgrounds.
Was ist Custom Google Classroom?
Custom Google Classroom ist eine Chrome-Erweiterung, die von ThatFriendlyIndianKid entwickelt wurde, und ihr Hauptmerkmal ist "Customize your Google Classroom's with funny and cool backgrounds.".
Erweiterungsscreenshots
Custom Google Classroom-Erweiterungs-CRX-Datei herunterladen
Laden Sie Custom Google Classroom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Customize your Google Classroom's with funny and cool backgrounds, and custom class name. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kjalceblmioiimlklhnboengdaeohlik |
| Offizielle URL | https://chromewebstore.google.com/detail/custom-google-classroom/kjalceblmioiimlklhnboengdaeohlik |
| Beschreibung | Customize your Google Classroom's with funny and cool backgrounds. |
| Dateigröße | 356 KB |
| Installationsanzahl | 74 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2022-12-09 |
| Veröffentlichungsdatum | 2022-11-14 |
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
| Entwickler | ThatFriendlyIndianKid |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://babymonie.github.io/cge |
| Unterstützte Sprachen | 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"
}
} | |