Christmasify

Click the icon to get some snowy goodness!

What is Christmasify?

Christmasify is a Chrome extension developed by DanielKou, and its main feature is "Click the icon to get some snowy goodness!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Christmasify Extension CRX File

Download Christmasify 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

                        Christmasify is a Chrome extension that animates snowing on your current tab. You can toggle it on and off (though you probably wouldn't want to turn off such an awesome effect anyways).
Download this extension if you want some visually mesmerizing and hope inspiring snowflakes gentle dance across your web page.                    

Extension Basic Information

Name Christmasify Christmasify
ID pbbeeccjhaaheibijoanebhllhbcgagc
Official URL https://chromewebstore.google.com/detail/christmasify/pbbeeccjhaaheibijoanebhllhbcgagc
Description Click the icon to get some snowy goodness!
File Size 10.71 KB
Installation Count 385
Current Version 1.1
Last Updated 2015-08-18
Publish Date 2015-08-18
Rating 4.07/5 Total 14 Ratings
Developer DanielKou
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Christmasify",
    "short_name": "Christmasify",
    "description": "Click the icon to get some snowy goodness!",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}