Falling Snow
A Chromium extension to make snow fall on any website.
Qu'est-ce que Falling Snow ?
Falling Snow est une extension Chrome développée par https://geekwisdom.org, et sa fonction principale est "A Chromium extension to make snow fall on any website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Falling Snow
Téléchargez les fichiers d'extension Falling Snow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Just in time for the holiday season. I wrote some JavaScript many years ago to let snow fall on a SharePoint site. This one will work for any site, just click the snow button and away you go!
Informations de Base sur l'Extension
Nom | Falling Snow |
ID | ihgdhnjmoaoppadakfkkohdmfbicldfe |
URL Officiel | https://chromewebstore.google.com/detail/falling-snow/ihgdhnjmoaoppadakfkkohdmfbicldfe |
Description | A Chromium extension to make snow fall on any website. |
Taille du Fichier | 25.17 KB |
Nombre d'Installations | 425 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2020-12-24 |
Date de Publication | 2020-12-23 |
Développeur | https://geekwisdom.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://geekwisdom.org |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Falling Snow", "version": "0.0.0.1", "manifest_version": 2, "permissions": [ "activeTab" ], "description": "A Chromium extension to make snow fall on any website.", "icons": { "16": "icons\/snow16.png", "32": "icons\/snow32.png", "48": "icons\/snow48.png", "128": "icons\/snow128.png" }, "browser_action": { "default_popup": "popup\/popup.html" } } |