Confetti Party

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

什麼是Confetti Party?

Confetti Party是由Christos Keramitsis開發的Chrome擴展程式,該擴展的主要功能是“Confetti all over the screen at the touch of a button.”。

擴展截圖

screenshot

下載Confetti Party擴展crx文件

下載Confetti Party擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Confetti Party Confetti Party
ID bghldpghadhfaihknpmccpnbjkmgbkbh
官方網址 https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh
簡介 Confetti all over the screen at the touch of a button.
檔案大小 26.91 KB
安裝次數 391
目前版本 1.1
更新時間 2022-07-19
上架時間 2022-07-14
評分 5.00/5 共 2 次評分
開發者 Christos Keramitsis
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}