Let it snow!

More snow in your browser!

Let it snow!とは何ですか?

Let it snow!はjenskofodhansenによって開発されたChromeの拡張機能で、その主な機能は「More snow in your browser!」です。

拡張機能のスクリーンショット

screenshot

Let it snow!拡張機能のCRXファイルをダウンロード

Let it snow!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adding a nice winterly snow in your browser. Get yourself into a nice christmas mood and relax watching the snow falling slow and steady. You can always disable the snow from the pop up icon. You just need to refresh the page afterwards.

The source code is from Scott Schiller under the BSD licence:
DHTML Snowstorm! JavaScript-based snow for web pages
Making it snow on the internets since 2003. You're welcome.
 -----------------------------------------------------------
Version 1.44.20131208 (Previous rev: 1.44.20131125)
Copyright (c) 2007, Scott Schiller. All rights reserved.
Code provided under the BSD License
http://schillmania.com/projects/snowstorm/license.txt                    

拡張機能の基本情報

名前 Let it snow! Let it snow!
ID jllhhnlhilciklchgekpbenjdccclamj
公式URL https://chrome.google.com/webstore/detail/let-it-snow/jllhhnlhilciklchgekpbenjdccclamj
説明 More snow in your browser!
ファイルサイズ 66.13 KB
インストール数 290
現在のバージョン 1.0.3
最終更新日 2018-12-09
公開日 2018-12-06
評価 5.00/5 合計 2 レビュー
開発者 jenskofodhansen
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Let it snow!",
    "description": "More snow in your browser!",
    "version": "1.0.3",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscripts\/snow.js"
            ]
        }
    ]
}