Christmasify

Click the icon to get some snowy goodness!

Wat is Christmasify?

Christmasify is een Chrome-extensie ontwikkeld door DanielKou, en de belangrijkste functie is "Click the icon to get some snowy goodness!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Christmasify

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

                        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.                    

Basisinformatie over de Extensie

Naam Christmasify Christmasify
ID pbbeeccjhaaheibijoanebhllhbcgagc
Officiële URL https://chromewebstore.google.com/detail/christmasify/pbbeeccjhaaheibijoanebhllhbcgagc
Beschrijving Click the icon to get some snowy goodness!
Bestandsgrootte 10.71 KB
Aantal Installaties 385
Huidige Versie 1.1
Laatst Bijgewerkt 2015-08-18
Publicatiedatum 2015-08-18
Beoordeling 4.07/5 Totaal 14 Beoordelingen
Ontwikkelaar DanielKou
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}