eClass confetti
Display a shower of confetti when submitting assignments and quiz
Wat is eClass confetti?
eClass confetti is een Chrome-extensie ontwikkeld door https://kerrycao.com, en de belangrijkste functie is "Display a shower of confetti when submitting assignments and quiz".
Extensie Screenshots
Download het CRX-bestand van de extensie eClass confetti
Download eClass confetti-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | noaahpjahcacconhiehjpmacnnjcaake |
| Officiële URL | https://chromewebstore.google.com/detail/eclass-confetti/noaahpjahcacconhiehjpmacnnjcaake |
| Beschrijving | Display a shower of confetti when submitting assignments and quiz |
| Bestandsgrootte | 87.42 KB |
| Aantal Installaties | 302 |
| Huidige Versie | 0.0.7 |
| Laatst Bijgewerkt | 2023-08-14 |
| Publicatiedatum | 2022-04-28 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://kerrycao.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://cdn.kerrycao.com/privacy-policy/eclass-confetti/ |
| Help Pagina-URL | https://kerrycao.com/contact/ |
| Ondersteunde Talen | 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"
}
} | |