Christmasify

Click the icon to get some snowy goodness!

O que é Christmasify?

Christmasify é uma extensão do Chrome desenvolvida por DanielKou, e sua principal característica é "Click the icon to get some snowy goodness!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Christmasify

Baixe arquivos de extensão Christmasify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Christmasify Christmasify
ID pbbeeccjhaaheibijoanebhllhbcgagc
URL Oficial https://chromewebstore.google.com/detail/christmasify/pbbeeccjhaaheibijoanebhllhbcgagc
Descrição Click the icon to get some snowy goodness!
Tamanho do Arquivo 10.71 KB
Contagem de Instalações 385
Versão Atual 1.1
Última Atualização 2015-08-18
Data de Publicação 2015-08-18
Classificação 4.07/5 Total de 14 Avaliações
Desenvolvedor DanielKou
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}