Confetti Closer

Celebrate closing tabs!

Confetti Closerとは何ですか?

Confetti Closerはausによって開発されたChromeの拡張機能で、その主な機能は「Celebrate closing tabs!」です。

拡張機能のスクリーンショット

screenshot

Confetti Closer拡張機能のCRXファイルをダウンロード

Confetti Closer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Shows a little bit of confetti on the current tab whenever you close one.

Idea by whim and RamRamTheLamb on Discord. Confetti created using the canvas-confetti NPM package. Icon is a part of the Noto Sans Emoji project.                    

拡張機能の基本情報

名前 Confetti Closer Confetti Closer
ID mgpmfbhindgdelddlckgnhmmadganiol
公式URL https://chromewebstore.google.com/detail/confetti-closer/mgpmfbhindgdelddlckgnhmmadganiol
説明 Celebrate closing tabs!
ファイルサイズ 38.55 KB
インストール数 45
現在のバージョン 1.0
最終更新日 2022-05-18
公開日 2022-05-16
開発者 aus
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confetti Closer",
    "description": "Celebrate closing tabs!",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "32": "\/images\/icon32.png",
        "72": "\/images\/icon72.png",
        "128": "\/images\/icon128.png"
    }
}