eClass confetti
Display a shower of confetti when submitting assignments and quiz
Co to jest eClass confetti?
eClass confetti to rozszerzenie Chrome opracowane przez https://kerrycao.com, a jego główną funkcją jest „Display a shower of confetti when submitting assignments and quiz”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia eClass confetti
Pobierz pliki rozszerzeń eClass confetti w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | eClass confetti |
ID | noaahpjahcacconhiehjpmacnnjcaake |
Oficjalny URL | https://chromewebstore.google.com/detail/eclass-confetti/noaahpjahcacconhiehjpmacnnjcaake |
Opis | Display a shower of confetti when submitting assignments and quiz |
Rozmiar pliku | 87.42 KB |
Liczba instalacji | 302 |
Aktualna Wersja | 0.0.7 |
Ostatnia Aktualizacja | 2023-08-14 |
Data Publikacji | 2022-04-28 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | https://kerrycao.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://cdn.kerrycao.com/privacy-policy/eclass-confetti/ |
Adres URL Strony Pomocy | https://kerrycao.com/contact/ |
Obsługiwane Języki | 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" } } |