eClass confetti
Display a shower of confetti when submitting assignments and quiz
ما هو eClass confetti؟
eClass confetti هو إضافة Chrome تم تطويرها بواسطة https://kerrycao.com، والميزة الرئيسية لها هي "Display a shower of confetti when submitting assignments and quiz".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة eClass confetti
قم بتنزيل ملفات الامتداد eClass confetti بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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/ |
| عنوان صفحة المساعدة | 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"
}
} | |