eClass confetti

Display a shower of confetti when submitting assignments and quiz

What is eClass confetti?

eClass confetti is a Chrome extension developed by https://kerrycao.com, and its main feature is "Display a shower of confetti when submitting assignments and quiz".

Extension Screenshots

screenshot

Download eClass confetti Extension CRX File

Download eClass confetti extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name eClass confetti eClass confetti
ID noaahpjahcacconhiehjpmacnnjcaake
Official URL https://chromewebstore.google.com/detail/eclass-confetti/noaahpjahcacconhiehjpmacnnjcaake
Description Display a shower of confetti when submitting assignments and quiz
File Size 87.42 KB
Installation Count 302
Current Version 0.0.7
Last Updated 2023-08-14
Publish Date 2022-04-28
Rating 5.00/5 Total 4 Ratings
Developer https://kerrycao.com
Email [email protected]
Payment Type free
Extension Website https://cdn.kerrycao.com/privacy-policy/eclass-confetti/
Help Page URL https://kerrycao.com/contact/
Supported Languages 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"
    }
}