Falling Snow
A Chromium extension to make snow fall on any website.
What is Falling Snow?
Falling Snow is a Chrome extension developed by https://geekwisdom.org, and its main feature is "A Chromium extension to make snow fall on any website.".
Extension Screenshots
Download Falling Snow Extension CRX File
Download Falling Snow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ihgdhnjmoaoppadakfkkohdmfbicldfe |
Official URL | https://chromewebstore.google.com/detail/falling-snow/ihgdhnjmoaoppadakfkkohdmfbicldfe |
Description | A Chromium extension to make snow fall on any website. |
File Size | 25.17 KB |
Installation Count | 425 |
Current Version | 0.0.0.1 |
Last Updated | 2020-12-24 |
Publish Date | 2020-12-23 |
Developer | https://geekwisdom.org |
[email protected] | |
Payment Type | free |
Extension Website | http://geekwisdom.org |
Supported Languages | 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" } } |