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
公式URL 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
Eメール [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"
    }
}