Confetti Closer

Celebrate closing tabs!

Confetti Closerคืออะไร?

Confetti Closer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aus และคุณลักษณะหลักของมันคือ "Celebrate closing tabs!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Confetti Closer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}