Confetti Closer

Celebrate closing tabs!

Qu'est-ce que Confetti Closer ?

Confetti Closer est une extension Chrome développée par aus, et sa fonction principale est "Celebrate closing tabs!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Confetti Closer

Téléchargez les fichiers d'extension Confetti Closer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Confetti Closer Confetti Closer
ID mgpmfbhindgdelddlckgnhmmadganiol
URL Officiel https://chromewebstore.google.com/detail/confetti-closer/mgpmfbhindgdelddlckgnhmmadganiol
Description Celebrate closing tabs!
Taille du Fichier 38.55 KB
Nombre d'Installations 45
Version Actuelle 1.0
Dernière Mise à Jour 2022-05-18
Date de Publication 2022-05-16
Développeur aus
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}