Christmasify

Click the icon to get some snowy goodness!

什么是Christmasify?

Christmasify是由DanielKou开发的Chrome扩展程序,该扩展的主要功能是“Click the icon to get some snowy goodness!”。

扩展截图

screenshot
screenshot
screenshot

下载Christmasify扩展crx文件

下载Christmasify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Christmasify Christmasify
ID pbbeeccjhaaheibijoanebhllhbcgagc
官方URL https://chromewebstore.google.com/detail/christmasify/pbbeeccjhaaheibijoanebhllhbcgagc
简介 Click the icon to get some snowy goodness!
文件大小 10.71 KB
安装次数 385
当前版本 1.1
更新时间 2015-08-18
上架时间 2015-08-18
评分 4.07/5 共14次评分
开发者 DanielKou
付费类型 free
支持的语言 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"
            ]
        }
    ]
}