Snow

Snowing in the browser

Wat is Snow?

Snow is een Chrome-extensie ontwikkeld door krisztiansala, en de belangrijkste functie is "Snowing in the browser".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Snow

Download Snow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Snow Snow
ID oeehhbpmpalolbhkffflikcnfeeflmek
Officiële URL https://chrome.google.com/webstore/detail/snow/oeehhbpmpalolbhkffflikcnfeeflmek
Beschrijving Snowing in the browser
Bestandsgrootte 31.85 KB
Aantal Installaties 273
Huidige Versie 0.8.0
Laatst Bijgewerkt 2020-02-07
Publicatiedatum 2020-02-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar krisztiansala
Betalingswijze free
Ondersteunde Talen 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"
    ]
}