Confetti Party
Confetti all over the screen at the touch of a button.
Confetti Partyคืออะไร?
Confetti Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christos Keramitsis และคุณลักษณะหลักของมันคือ "Confetti all over the screen at the touch of a button."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Confetti Party
ดาวน์โหลดไฟล์ส่วนขยาย Confetti Party ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fires confetti all over your screen. Modes: - Confetti on every mouse click - Party Popper - Fireworks - School Pride Sourcecode: https://github.com/keramitsis/confetti-party-webextension CHANGELOG [Version 1.1] - Improved error popup styling - Fixed "About"-Links not opening in new tab [Version 1.0] - 🥳Release
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Confetti Party |
ID | bghldpghadhfaihknpmccpnbjkmgbkbh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh |
คำอธิบาย | Confetti all over the screen at the touch of a button. |
ขนาดไฟล์ | 26.91 KB |
จำนวนการติดตั้ง | 391 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2022-07-19 |
วันที่เผยแพร่ | 2022-07-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Christos Keramitsis |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Confetti Party", "description": "Confetti all over the screen at the touch of a button.", "version": "1.1", "homepage_url": "https:\/\/github.com\/keramitsis\/confetti-party-webextension", "icons": { "16": "icons\/party-face-16.png", "48": "icons\/party-face-48.png", "128": "icons\/party-face-128.png" }, "permissions": [ "scripting", "activeTab" ], "action": { "default_icon": "icons\/party-face-32.png", "default_title": "Confetti", "default_popup": "popup\/confetti_popup.html" } } |