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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
이메일 [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"
    }
}