Confetti for Chrome
Spray confetti all over your screen with just one click.
什么是Confetti for Chrome?
Confetti for Chrome是由Kiby Technologies, LLC开发的Chrome扩展程序,该扩展的主要功能是“Spray confetti all over your screen with just one click.”。
扩展截图
下载Confetti for Chrome扩展crx文件
下载Confetti for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With Confetti for Chrome, blast your entire screen with colorful confetti by just a clicking the confetti icon. Changes: v1.0.0 First Release🎉
扩展基本信息
名称 | |
ID | knflpmgfmaenjpdglffjjfgfelpacoca |
官方URL | https://chrome.google.com/webstore/detail/knflpmgfmaenjpdglffjjfgfelpacoca |
简介 | Spray confetti all over your screen with just one click. |
文件大小 | 43.16 KB |
安装次数 | 3,461 |
当前版本 | 1.0.1 |
更新时间 | 2020-11-28 |
上架时间 | 2020-11-24 |
评分 | 3.83/5 共6次评分 |
开发者 | Kiby Technologies, LLC |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Confetti for Chrome", "version": "1.0.1", "description": "Spray confetti all over your screen with just one click.", "permissions": [ "activeTab", "tabs", "browserAction" ], "background": { "scripts": [ "scripts\/lib\/hot-reload.js", "scripts\/background.js" ], "persistent": true }, "web_accessible_resources": [ "images\/*", "stylesheets\/project-sky-stylesheet.css" ], "browser_action": [], "icons": { "16": "images\/logo\/confetti-16.png", "32": "images\/logo\/confetti-32.png", "48": "images\/logo\/confetti-48.png", "128": "images\/logo\/confetti-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self';", "manifest_version": 2 } |