Let it snow!

More snow in your browser!

Was ist Let it snow!?

Let it snow! ist eine Chrome-Erweiterung, die von jenskofodhansen entwickelt wurde, und ihr Hauptmerkmal ist "More snow in your browser!".

Erweiterungsscreenshots

screenshot

Let it snow!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Let it snow!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Let it snow! Let it snow!
ID jllhhnlhilciklchgekpbenjdccclamj
Offizielle URL https://chrome.google.com/webstore/detail/let-it-snow/jllhhnlhilciklchgekpbenjdccclamj
Beschreibung More snow in your browser!
Dateigröße 66.13 KB
Installationsanzahl 290
Aktuelle Version 1.0.3
Letztes Update 2018-12-09
Veröffentlichungsdatum 2018-12-06
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler jenskofodhansen
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}