Confetti Closer

Celebrate closing tabs!

什么是Confetti Closer?

Confetti Closer是由aus开发的Chrome扩展程序,该扩展的主要功能是“Celebrate closing tabs!”。

扩展截图

screenshot

下载Confetti Closer扩展crx文件

下载Confetti Closer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Shows a little bit of confetti on the current tab whenever you close one.

Idea by whim and RamRamTheLamb on Discord. Confetti created using the canvas-confetti NPM package. Icon is a part of the Noto Sans Emoji project.                    

扩展基本信息

名称 Confetti Closer Confetti Closer
ID mgpmfbhindgdelddlckgnhmmadganiol
官方URL https://chromewebstore.google.com/detail/confetti-closer/mgpmfbhindgdelddlckgnhmmadganiol
简介 Celebrate closing tabs!
文件大小 38.55 KB
安装次数 45
当前版本 1.0
更新时间 2022-05-18
上架时间 2022-05-16
开发者 aus
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confetti Closer",
    "description": "Celebrate closing tabs!",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "32": "\/images\/icon32.png",
        "72": "\/images\/icon72.png",
        "128": "\/images\/icon128.png"
    }
}