Custom Google Classroom

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

Vad är Custom Google Classroom?

Custom Google Classroom är en Chrome-tillägg utvecklad av ThatFriendlyIndianKid, och dess huvudfunktion är "Customize your Google Classroom's with funny and cool backgrounds.".

Tilläggsskärmbilder

screenshot

Ladda ner Custom Google Classroom-förlängningens CRX-fil

Ladda ner Custom Google Classroom-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Custom Google Classroom Custom Google Classroom
ID kjalceblmioiimlklhnboengdaeohlik
Officiell webbadress https://chromewebstore.google.com/detail/custom-google-classroom/kjalceblmioiimlklhnboengdaeohlik
Beskrivning Customize your Google Classroom's with funny and cool backgrounds.
Filstorlek 356 KB
Antal Installationer 74
Aktuell Version 1.3
Senast Uppdaterad 2022-12-09
Publiceringsdatum 2022-11-14
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare ThatFriendlyIndianKid
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://babymonie.github.io/cge
Stödda Språk 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"
    }
}