Confetti Closer

Celebrate closing tabs!

Confetti Closer là gì?

Confetti Closer là một tiện ích mở rộng Chrome được phát triển bởi aus, và tính năng chính của nó là "Celebrate closing tabs!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Confetti Closer

Tải xuống các tệp mở rộng Confetti Closer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Confetti Closer Confetti Closer
ID mgpmfbhindgdelddlckgnhmmadganiol
URL Chính Thức https://chromewebstore.google.com/detail/confetti-closer/mgpmfbhindgdelddlckgnhmmadganiol
Mô tả Celebrate closing tabs!
Kích Thước Tệp 38.55 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-05-18
Ngày Phát Hành 2022-05-16
Nhà Phát Triển aus
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}