eClass confetti
Display a shower of confetti when submitting assignments and quiz
Hvad er eClass confetti?
eClass confetti er en Chrome-udvidelse udviklet af https://kerrycao.com, og dens hovedfunktion er "Display a shower of confetti when submitting assignments and quiz".
Udvidelsesskærmbilleder
Download eClass confetti-udvidelses-CRX-fil
Download eClass confetti-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | noaahpjahcacconhiehjpmacnnjcaake |
| Officiel URL | https://chromewebstore.google.com/detail/eclass-confetti/noaahpjahcacconhiehjpmacnnjcaake |
| Beskrivelse | Display a shower of confetti when submitting assignments and quiz |
| Filstørrelse | 87.42 KB |
| Antal Installationer | 302 |
| Nuværende Version | 0.0.7 |
| Senest Opdateret | 2023-08-14 |
| Udgivelsesdato | 2022-04-28 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | https://kerrycao.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://cdn.kerrycao.com/privacy-policy/eclass-confetti/ |
| Hjælpeside-URL | https://kerrycao.com/contact/ |
| Understøttede Sprog | 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"
}
} | |