Confetti Cannon!

Fires confetti all over your screen!

什麼是Confetti Cannon!?

Confetti Cannon!是由Toby Smith開發的Chrome擴展程式,該擴展的主要功能是“Fires confetti all over your screen!”。

擴展截圖

screenshot
screenshot
screenshot

下載Confetti Cannon!擴展crx文件

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

擴展使用說明

                        From the push of a button you can fire virtual confetti all over your screen!
Confetti fires from the lower left, centre, and right of your screen and then slowly drifts down.

You can find the code for this extension on Github at: https://github.com/tobysmith568/Confetti-Chrome-Extension

Privacy Policy:
https://github.com/tobysmith568/Confetti-Chrome-Extension/blob/master/PRIVACY.md                    

擴展基本資訊

名稱 Confetti Cannon! Confetti Cannon!
ID dminbokeajnkkikeiepfhlgijfjjmdkf
官方網址 https://chromewebstore.google.com/detail/confetti-cannon/dminbokeajnkkikeiepfhlgijfjjmdkf
簡介 Fires confetti all over your screen!
檔案大小 14.38 KB
安裝次數 61,470
目前版本 1.0.1
更新時間 2020-11-18
上架時間 2020-07-07
評分 4.37/5 共 19 次評分
開發者 Toby Smith
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/tobysmith568/Confetti-Chrome-Extension
說明頁面URL https://github.com/tobysmith568/Confetti-Chrome-Extension/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confetti Cannon!",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Fires confetti all over your screen!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Fire!"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "media\/icon.png"
    }
}