Confetti Cannon!

Fires confetti all over your screen!

Confetti Cannon!คืออะไร?

Confetti Cannon! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Toby Smith และคุณลักษณะหลักของมันคือ "Fires confetti all over your screen!"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Confetti Cannon! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        From the push of a button you can fire virtual confetti all over your screen!
Confetti fires from the lower left, centre, and right of your screen and then slowly drifts down.

You can find the code for this extension on Github at: https://github.com/tobysmith568/Confetti-Chrome-Extension

Privacy Policy:
https://github.com/tobysmith568/Confetti-Chrome-Extension/blob/master/PRIVACY.md                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Confetti Cannon! Confetti Cannon!
ID dminbokeajnkkikeiepfhlgijfjjmdkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/confetti-cannon/dminbokeajnkkikeiepfhlgijfjjmdkf
คำอธิบาย Fires confetti all over your screen!
ขนาดไฟล์ 14.38 KB
จำนวนการติดตั้ง 61,470
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-11-18
วันที่เผยแพร่ 2020-07-07
คะแนน 4.37/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา Toby Smith
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tobysmith568/Confetti-Chrome-Extension
URL หน้าช่วยเหลือ https://github.com/tobysmith568/Confetti-Chrome-Extension/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confetti Cannon!",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Fires confetti all over your screen!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Fire!"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "media\/icon.png"
    }
}