Let it snow!
More snow in your browser!
Qu'est-ce que Let it snow! ?
Let it snow! est une extension Chrome développée par jenskofodhansen, et sa fonction principale est "More snow in your browser!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Let it snow!
Téléchargez les fichiers d'extension Let it snow! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | jllhhnlhilciklchgekpbenjdccclamj |
URL Officiel | https://chrome.google.com/webstore/detail/let-it-snow/jllhhnlhilciklchgekpbenjdccclamj |
Description | More snow in your browser! |
Taille du Fichier | 66.13 KB |
Nombre d'Installations | 290 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2018-12-09 |
Date de Publication | 2018-12-06 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | jenskofodhansen |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |