Falling Snow
A Chromium extension to make snow fall on any website.
Cos'è Falling Snow?
Falling Snow è un'estensione di Chrome sviluppata da https://geekwisdom.org, e la sua funzione principale è "A Chromium extension to make snow fall on any website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Falling Snow
Scarica i file di estensione Falling Snow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | ihgdhnjmoaoppadakfkkohdmfbicldfe |
| URL Ufficiale | https://chromewebstore.google.com/detail/falling-snow/ihgdhnjmoaoppadakfkkohdmfbicldfe |
| Descrizione | A Chromium extension to make snow fall on any website. |
| Dimensione del File | 25.17 KB |
| Conteggio Installazioni | 425 |
| Versione Corrente | 0.0.0.1 |
| Ultimo Aggiornamento | 2020-12-24 |
| Data di Pubblicazione | 2020-12-23 |
| Sviluppatore | https://geekwisdom.org |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://geekwisdom.org |
| Lingue Supportate | 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"
}
} | |