Confetti Party
Confetti all over the screen at the touch of a button.
Apa itu Confetti Party?
Confetti Party adalah ekstensi Chrome yang dikembangkan oleh Christos Keramitsis, dan fitur utamanya adalah "Confetti all over the screen at the touch of a button.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Confetti Party
Unduh file ekstensi Confetti Party dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Confetti Party |
ID | bghldpghadhfaihknpmccpnbjkmgbkbh |
URL Resmi | https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh |
Deskripsi | Confetti all over the screen at the touch of a button. |
Ukuran File | 26.91 KB |
Jumlah Instalasi | 391 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-07-19 |
Tanggal Publikasi | 2022-07-14 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Christos Keramitsis |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |