Confetti for Chrome

Spray confetti all over your screen with just one click.

Confetti for Chrome란 무엇입니까?

Confetti for Chrome은(는) Kiby Technologies, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spray confetti all over your screen with just one click."입니다.

확장 프로그램 스크린샷

screenshot

Confetti for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With Confetti for Chrome, blast your entire screen with colorful confetti by just a clicking the confetti icon.

Changes:
v1.0.0 
First Release🎉                    

확장 프로그램 기본 정보

이름 Confetti for Chrome Confetti for Chrome
ID knflpmgfmaenjpdglffjjfgfelpacoca
공식 URL https://chrome.google.com/webstore/detail/knflpmgfmaenjpdglffjjfgfelpacoca
설명 Spray confetti all over your screen with just one click.
파일 크기 43.16 KB
설치 횟수 3,461
현재 버전 1.0.1
최근 업데이트 2020-11-28
출시 날짜 2020-11-24
평점 3.83/5 총 6 개의 평점
개발자 Kiby Technologies, LLC
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confetti for Chrome",
    "version": "1.0.1",
    "description": "Spray confetti all over your screen with just one click.",
    "permissions": [
        "activeTab",
        "tabs",
        "browserAction"
    ],
    "background": {
        "scripts": [
            "scripts\/lib\/hot-reload.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/*",
        "stylesheets\/project-sky-stylesheet.css"
    ],
    "browser_action": [],
    "icons": {
        "16": "images\/logo\/confetti-16.png",
        "32": "images\/logo\/confetti-32.png",
        "48": "images\/logo\/confetti-48.png",
        "128": "images\/logo\/confetti-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self';",
    "manifest_version": 2
}