Confetti Cannon!
Fires confetti all over your screen!
什么是Confetti Cannon!?
Confetti Cannon!是由Toby Smith开发的Chrome扩展程序,该扩展的主要功能是“Fires confetti all over your screen!”。
扩展截图
下载Confetti Cannon!扩展crx文件
下载Confetti Cannon!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
From the push of a button you can fire virtual confetti all over your screen! Confetti fires from the lower left, centre, and right of your screen and then slowly drifts down. You can find the code for this extension on Github at: https://github.com/tobysmith568/Confetti-Chrome-Extension Privacy Policy: https://github.com/tobysmith568/Confetti-Chrome-Extension/blob/master/PRIVACY.md
扩展基本信息
名称 | Confetti Cannon! |
ID | dminbokeajnkkikeiepfhlgijfjjmdkf |
官方URL | https://chromewebstore.google.com/detail/confetti-cannon/dminbokeajnkkikeiepfhlgijfjjmdkf |
简介 | Fires confetti all over your screen! |
文件大小 | 14.38 KB |
安装次数 | 61,470 |
当前版本 | 1.0.1 |
更新时间 | 2020-11-18 |
上架时间 | 2020-07-07 |
评分 | 4.37/5 共19次评分 |
开发者 | Toby Smith |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/tobysmith568/Confetti-Chrome-Extension |
帮助页面URL | https://github.com/tobysmith568/Confetti-Chrome-Extension/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Confetti Cannon!", "version": "1.0.1", "manifest_version": 2, "description": "Fires confetti all over your screen!", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Fire!" }, "permissions": [ "activeTab" ], "icons": { "128": "media\/icon.png" } } |