eClass confetti
Display a shower of confetti when submitting assignments and quiz
什麼是eClass confetti?
eClass confetti是由https://kerrycao.com開發的Chrome擴展程式,該擴展的主要功能是“Display a shower of confetti when submitting assignments and quiz”。
擴展截圖
下載eClass confetti擴展crx文件
下載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 |
ID | noaahpjahcacconhiehjpmacnnjcaake |
官方網址 | 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" } } |