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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}