Snow

Add gently falling snow to your webpage :)

What is Snow?

Snow is a Chrome extension developed by gabe.szczepanek, and its main feature is "Add gently falling snow to your webpage :)".

Extension Screenshots

Download Snow Extension CRX File

Download 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

                        Snow will add gently falling snow to any webpage with just a click. It brings winter spirit to your web browsing without being intrusive enough to distract or impair working with pages.                    

Extension Basic Information

Name Snow Snow
ID bmafpbhollfipocodnolblbkgaeibnjn
Official URL https://chromewebstore.google.com/detail/snow/bmafpbhollfipocodnolblbkgaeibnjn
Description Add gently falling snow to your webpage :)
File Size 59.23 KB
Installation Count 146
Current Version 1.0
Last Updated 2019-03-10
Publish Date 2019-03-10
Developer gabe.szczepanek
Payment Type free
Extension Website https://github.com/softwarebygabe/snow
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snow",
    "version": "1.0",
    "description": "Add gently falling snow to your webpage :)",
    "author": "Gabe Szczepanek",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Add Snow",
        "default_icon": "images\/snowglobe-1.png"
    },
    "icons": {
        "16": "images\/snowglobe-1.png",
        "32": "images\/snowglobe-1.png",
        "48": "images\/snowglobe-1.png",
        "128": "images\/snowglobe-1.png"
    },
    "manifest_version": 2
}