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.」です。
拡張機能のスクリーンショット
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 |
ID | bghldpghadhfaihknpmccpnbjkmgbkbh |
公式URL | 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 |
Eメール | [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" } } |