Christmasify

Click the icon to get some snowy goodness!

Vad är Christmasify?

Christmasify är en Chrome-tillägg utvecklad av DanielKou, och dess huvudfunktion är "Click the icon to get some snowy goodness!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Christmasify-förlängningens CRX-fil

Ladda ner Christmasify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Christmasify Christmasify
ID pbbeeccjhaaheibijoanebhllhbcgagc
Officiell webbadress https://chromewebstore.google.com/detail/christmasify/pbbeeccjhaaheibijoanebhllhbcgagc
Beskrivning Click the icon to get some snowy goodness!
Filstorlek 10.71 KB
Antal Installationer 385
Aktuell Version 1.1
Senast Uppdaterad 2015-08-18
Publiceringsdatum 2015-08-18
Betyg 4.07/5 Totalt 14 Betyg
Utvecklare DanielKou
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}