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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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