Confetti Cannon!
Fires confetti all over your screen!
Vad är Confetti Cannon!?
Confetti Cannon! är en Chrome-tillägg utvecklad av Toby Smith, och dess huvudfunktion är "Fires confetti all over your screen!".
Tilläggsskärmbilder
Ladda ner Confetti Cannon!-förlängningens CRX-fil
Ladda ner Confetti Cannon!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Confetti Cannon! |
ID | dminbokeajnkkikeiepfhlgijfjjmdkf |
Officiell webbadress | https://chromewebstore.google.com/detail/confetti-cannon/dminbokeajnkkikeiepfhlgijfjjmdkf |
Beskrivning | Fires confetti all over your screen! |
Filstorlek | 14.38 KB |
Antal Installationer | 61,470 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2020-11-18 |
Publiceringsdatum | 2020-07-07 |
Betyg | 4.37/5 Totalt 19 Betyg |
Utvecklare | Toby Smith |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/tobysmith568/Confetti-Chrome-Extension |
Hjälpsida URL | https://github.com/tobysmith568/Confetti-Chrome-Extension/issues |
Stödda Språk | 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" } } |