Confetti for Chrome
Spray confetti all over your screen with just one click.
Confetti for Chromeคืออะไร?
Confetti for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kiby Technologies, LLC และคุณลักษณะหลักของมันคือ "Spray confetti all over your screen with just one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Confetti for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Confetti for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Confetti for Chrome, blast your entire screen with colorful confetti by just a clicking the confetti icon. Changes: v1.0.0 First Release🎉
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | knflpmgfmaenjpdglffjjfgfelpacoca |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/knflpmgfmaenjpdglffjjfgfelpacoca |
คำอธิบาย | Spray confetti all over your screen with just one click. |
ขนาดไฟล์ | 43.16 KB |
จำนวนการติดตั้ง | 3,461 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-11-28 |
วันที่เผยแพร่ | 2020-11-24 |
คะแนน | 3.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Kiby Technologies, LLC |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Confetti for Chrome", "version": "1.0.1", "description": "Spray confetti all over your screen with just one click.", "permissions": [ "activeTab", "tabs", "browserAction" ], "background": { "scripts": [ "scripts\/lib\/hot-reload.js", "scripts\/background.js" ], "persistent": true }, "web_accessible_resources": [ "images\/*", "stylesheets\/project-sky-stylesheet.css" ], "browser_action": [], "icons": { "16": "images\/logo\/confetti-16.png", "32": "images\/logo\/confetti-32.png", "48": "images\/logo\/confetti-48.png", "128": "images\/logo\/confetti-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self';", "manifest_version": 2 } |