Christmasify

Click the icon to get some snowy goodness!

Cos'è Christmasify?

Christmasify è un'estensione di Chrome sviluppata da DanielKou, e la sua funzione principale è "Click the icon to get some snowy goodness!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Christmasify

Scarica i file di estensione Christmasify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Christmasify Christmasify
ID pbbeeccjhaaheibijoanebhllhbcgagc
URL Ufficiale https://chromewebstore.google.com/detail/christmasify/pbbeeccjhaaheibijoanebhllhbcgagc
Descrizione Click the icon to get some snowy goodness!
Dimensione del File 10.71 KB
Conteggio Installazioni 385
Versione Corrente 1.1
Ultimo Aggiornamento 2015-08-18
Data di Pubblicazione 2015-08-18
Valutazione 4.07/5 Totale 14 Valutazioni
Sviluppatore DanielKou
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}