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
官方網址 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"
            ]
        }
    ]
}