Snow

Snowing in the browser

Qu'est-ce que Snow ?

Snow est une extension Chrome développée par krisztiansala, et sa fonction principale est "Snowing in the browser".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Snow

Téléchargez les fichiers d'extension 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

                        Creates snowing effect on any website.
You can control the amount of snowflakes, speed, mouse interaction and also the color.
Get a holiday feeling at any time of the year with this relaxing snowfall.
Warning! Too many snowflakes or high speed may cause your browser to slow down, so don't 
try the maximum amount at first.                    

Informations de Base sur l'Extension

Nom Snow Snow
ID oeehhbpmpalolbhkffflikcnfeeflmek
URL Officiel https://chrome.google.com/webstore/detail/snow/oeehhbpmpalolbhkffflikcnfeeflmek
Description Snowing in the browser
Taille du Fichier 31.85 KB
Nombre d'Installations 273
Version Actuelle 0.8.0
Dernière Mise à Jour 2020-02-07
Date de Publication 2020-02-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur krisztiansala
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": "Snow",
    "description": "Snowing in the browser",
    "version": "0.8.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "snow-16.png",
            "32": "snow-32.png",
            "48": "snow-48.png",
            "128": "snow-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "snow.js"
            ]
        }
    ],
    "icons": {
        "16": "snow-16.png",
        "32": "snow-32.png",
        "48": "snow-48.png",
        "128": "snow-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}