eClass confetti

Display a shower of confetti when submitting assignments and quiz

Cos'è eClass confetti?

eClass confetti è un'estensione di Chrome sviluppata da https://kerrycao.com, e la sua funzione principale è "Display a shower of confetti when submitting assignments and quiz".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione eClass confetti

Scarica i file di estensione eClass confetti in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Celebrate every assignment/quiz submission with a little confetti shower. 

For file submission, there is a 4 seconds delay from you clicking "Save changes" to actual submitting the files. If you are in a rush, click the button again to skip the confetti animation. 

This extension does not collect any data.                    

Informazioni di Base sull'Estensione

Nome eClass confetti eClass confetti
ID noaahpjahcacconhiehjpmacnnjcaake
URL Ufficiale https://chromewebstore.google.com/detail/eclass-confetti/noaahpjahcacconhiehjpmacnnjcaake
Descrizione Display a shower of confetti when submitting assignments and quiz
Dimensione del File 87.42 KB
Conteggio Installazioni 302
Versione Corrente 0.0.7
Ultimo Aggiornamento 2023-08-14
Data di Pubblicazione 2022-04-28
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://kerrycao.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cdn.kerrycao.com/privacy-policy/eclass-confetti/
URL della Pagina di Aiuto https://kerrycao.com/contact/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eClass confetti",
    "description": "Display a shower of confetti when submitting assignments and quiz",
    "version": "0.0.7",
    "manifest_version": 3,
    "action": {
        "default_title": "eClass confetti",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/eclass.srv.ualberta.ca\/*"
            ],
            "js": [
                "content.js",
                "confetti.js"
            ]
        }
    ],
    "icons": {
        "16": "res\/icon\/16x16.png",
        "32": "res\/icon\/32x32.png",
        "192": "res\/icon\/192x192.png",
        "512": "res\/icon\/512x512.png"
    }
}