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
Eメール [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"
    }
}