eClass confetti

Display a shower of confetti when submitting assignments and quiz

eClass confetti क्या है?

eClass confetti https://kerrycao.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display a shower of confetti when submitting assignments and quiz"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में eClass confetti एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम eClass confetti eClass confetti
ID noaahpjahcacconhiehjpmacnnjcaake
आधिकारिक URL https://chromewebstore.google.com/detail/eclass-confetti/noaahpjahcacconhiehjpmacnnjcaake
विवरण Display a shower of confetti when submitting assignments and quiz
फ़ाइल का आकार 87.42 KB
स्थापना संख्या 302
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2023-08-14
प्रकाशन तिथि 2022-04-28
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://kerrycao.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cdn.kerrycao.com/privacy-policy/eclass-confetti/
सहायता पृष्ठ URL https://kerrycao.com/contact/
समर्थित भाषाएँ 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"
    }
}