Custom Google Classroom
Customize your Google Classroom's with funny and cool backgrounds.
Custom Google Classroom क्या है?
Custom Google Classroom ThatFriendlyIndianKid द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize your Google Classroom's with funny and cool backgrounds."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Custom Google Classroom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |