eClass confetti

Display a shower of confetti when submitting assignments and quiz

eClass confetti là gì?

eClass confetti là một tiện ích mở rộng Chrome được phát triển bởi https://kerrycao.com, và tính năng chính của nó là "Display a shower of confetti when submitting assignments and quiz".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng eClass confetti

Tải xuống các tệp mở rộng eClass confetti dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên eClass confetti eClass confetti
ID noaahpjahcacconhiehjpmacnnjcaake
URL Chính Thức https://chromewebstore.google.com/detail/eclass-confetti/noaahpjahcacconhiehjpmacnnjcaake
Mô tả Display a shower of confetti when submitting assignments and quiz
Kích Thước Tệp 87.42 KB
Số Lần Cài Đặt 302
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2023-08-14
Ngày Phát Hành 2022-04-28
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://kerrycao.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cdn.kerrycao.com/privacy-policy/eclass-confetti/
URL Trang Trợ Giúp https://kerrycao.com/contact/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}