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"
            ]
        }
    ]
}