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文件

下載Confetti for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}