Custom Google Classroom
Customize your Google Classroom's with funny and cool backgrounds.
Custom Google Classroom là gì?
Custom Google Classroom là một tiện ích mở rộng Chrome được phát triển bởi ThatFriendlyIndianKid, và tính năng chính của nó là "Customize your Google Classroom's with funny and cool backgrounds.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Custom Google Classroom
Tải xuống các tệp mở rộng Custom Google Classroom dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Customize your Google Classroom's with funny and cool backgrounds, and custom class name.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Custom Google Classroom |
ID | kjalceblmioiimlklhnboengdaeohlik |
URL Chính Thức | https://chromewebstore.google.com/detail/custom-google-classroom/kjalceblmioiimlklhnboengdaeohlik |
Mô tả | Customize your Google Classroom's with funny and cool backgrounds. |
Kích Thước Tệp | 356 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2022-12-09 |
Ngày Phát Hành | 2022-11-14 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ThatFriendlyIndianKid |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://babymonie.github.io/cge |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |