Confetti Party
Confetti all over the screen at the touch of a button.
Co to jest Confetti Party?
Confetti Party to rozszerzenie Chrome opracowane przez Christos Keramitsis, a jego główną funkcją jest „Confetti all over the screen at the touch of a button.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Confetti Party
Pobierz pliki rozszerzeń Confetti Party w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Confetti Party |
ID | bghldpghadhfaihknpmccpnbjkmgbkbh |
Oficjalny URL | https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh |
Opis | Confetti all over the screen at the touch of a button. |
Rozmiar pliku | 26.91 KB |
Liczba instalacji | 391 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2022-07-19 |
Data Publikacji | 2022-07-14 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Christos Keramitsis |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |