Confetti Closer

Celebrate closing tabs!

ما هو Confetti Closer؟

Confetti Closer هو إضافة Chrome تم تطويرها بواسطة aus، والميزة الرئيسية لها هي "Celebrate closing tabs!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Confetti Closer

قم بتنزيل ملفات الامتداد Confetti Closer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    }
}