Falling Snow

A Chromium extension to make snow fall on any website.

Wat is Falling Snow?

Falling Snow is een Chrome-extensie ontwikkeld door https://geekwisdom.org, en de belangrijkste functie is "A Chromium extension to make snow fall on any website.".

Extensie Screenshots

Download het CRX-bestand van de extensie Falling Snow

Download Falling Snow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Falling Snow Falling Snow
ID ihgdhnjmoaoppadakfkkohdmfbicldfe
Officiële URL https://chromewebstore.google.com/detail/falling-snow/ihgdhnjmoaoppadakfkkohdmfbicldfe
Beschrijving A Chromium extension to make snow fall on any website.
Bestandsgrootte 25.17 KB
Aantal Installaties 425
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2020-12-24
Publicatiedatum 2020-12-23
Ontwikkelaar https://geekwisdom.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://geekwisdom.org
Ondersteunde Talen 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"
    }
}