Confetti Cannon!
Fires confetti all over your screen!
Confetti Cannon! là gì?
Confetti Cannon! là một tiện ích mở rộng Chrome được phát triển bởi Toby Smith, và tính năng chính của nó là "Fires confetti all over your screen!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Confetti Cannon!
Tải xuống các tệp mở rộng Confetti Cannon! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Confetti Cannon! |
ID | dminbokeajnkkikeiepfhlgijfjjmdkf |
URL Chính Thức | https://chromewebstore.google.com/detail/confetti-cannon/dminbokeajnkkikeiepfhlgijfjjmdkf |
Mô tả | Fires confetti all over your screen! |
Kích Thước Tệp | 14.38 KB |
Số Lần Cài Đặt | 61,470 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-11-18 |
Ngày Phát Hành | 2020-07-07 |
Đánh Giá | 4.37/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | Toby Smith |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/tobysmith568/Confetti-Chrome-Extension |
URL Trang Trợ Giúp | https://github.com/tobysmith568/Confetti-Chrome-Extension/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |