Confetti Party
Confetti all over the screen at the touch of a button.
什么是Confetti Party?
Confetti Party是由Christos Keramitsis开发的Chrome扩展程序,该扩展的主要功能是“Confetti all over the screen at the touch of a button.”。
扩展截图
下载Confetti Party扩展crx文件
下载Confetti Party扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fires confetti all over your screen.
Modes:
- Confetti on every mouse click
- Party Popper
- Fireworks
- School Pride
Sourcecode: https://github.com/keramitsis/confetti-party-webextension
CHANGELOG
[Version 1.1]
- Improved error popup styling
- Fixed "About"-Links not opening in new tab
[Version 1.0]
- 🥳Release 扩展基本信息
| 名称 | |
| ID | bghldpghadhfaihknpmccpnbjkmgbkbh |
| 官方URL | https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh |
| 简介 | Confetti all over the screen at the touch of a button. |
| 文件大小 | 26.91 KB |
| 安装次数 | 391 |
| 当前版本 | 1.1 |
| 更新时间 | 2022-07-19 |
| 上架时间 | 2022-07-14 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Christos Keramitsis |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Confetti Party",
"description": "Confetti all over the screen at the touch of a button.",
"version": "1.1",
"homepage_url": "https:\/\/github.com\/keramitsis\/confetti-party-webextension",
"icons": {
"16": "icons\/party-face-16.png",
"48": "icons\/party-face-48.png",
"128": "icons\/party-face-128.png"
},
"permissions": [
"scripting",
"activeTab"
],
"action": {
"default_icon": "icons\/party-face-32.png",
"default_title": "Confetti",
"default_popup": "popup\/confetti_popup.html"
}
} | |