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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eClass confetti

ดาวน์โหลดไฟล์ส่วนขยาย eClass confetti ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}