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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } } |