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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |