Custom Google Classroom

Customize your Google Classroom's with funny and cool backgrounds.

什么是Custom Google Classroom?

Custom Google Classroom是由ThatFriendlyIndianKid开发的Chrome扩展程序,该扩展的主要功能是“Customize your Google Classroom's with funny and cool backgrounds.”。

扩展截图

screenshot

下载Custom Google Classroom扩展crx文件

下载Custom Google Classroom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Customize your Google Classroom's with funny and cool backgrounds, and custom class name.                    

扩展基本信息

名称 Custom Google Classroom 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"
    }
}