Confetti Party

Confetti all over the screen at the touch of a button.

Confetti Party là gì?

Confetti Party là một tiện ích mở rộng Chrome được phát triển bởi Christos Keramitsis, và tính năng chính của nó là "Confetti all over the screen at the touch of a button.".

Ả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 Party

Tải xuống các tệp mở rộng Confetti Party 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

                        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                    

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

Tên Confetti Party Confetti Party
ID bghldpghadhfaihknpmccpnbjkmgbkbh
URL Chính Thức https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh
Mô tả Confetti all over the screen at the touch of a button.
Kích Thước Tệp 26.91 KB
Số Lần Cài Đặt 391
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-07-19
Ngày Phát Hành 2022-07-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Christos Keramitsis
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",
    "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"
    }
}