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. 扩展基本信息
| 名称 | |
| 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"
}
} | |