Snow
Add gently falling snow to your webpage :)
Wat is Snow?
Snow is een Chrome-extensie ontwikkeld door gabe.szczepanek, en de belangrijkste functie is "Add gently falling snow to your webpage :)".
Extensie Screenshots
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
Snow will add gently falling snow to any webpage with just a click. It brings winter spirit to your web browsing without being intrusive enough to distract or impair working with pages. Basisinformatie over de Extensie
| Naam | |
| ID | bmafpbhollfipocodnolblbkgaeibnjn |
| Officiële URL | https://chromewebstore.google.com/detail/snow/bmafpbhollfipocodnolblbkgaeibnjn |
| Beschrijving | Add gently falling snow to your webpage :) |
| Bestandsgrootte | 59.23 KB |
| Aantal Installaties | 146 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2019-03-10 |
| Publicatiedatum | 2019-03-10 |
| Ontwikkelaar | gabe.szczepanek |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/softwarebygabe/snow |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Snow",
"version": "1.0",
"description": "Add gently falling snow to your webpage :)",
"author": "Gabe Szczepanek",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Add Snow",
"default_icon": "images\/snowglobe-1.png"
},
"icons": {
"16": "images\/snowglobe-1.png",
"32": "images\/snowglobe-1.png",
"48": "images\/snowglobe-1.png",
"128": "images\/snowglobe-1.png"
},
"manifest_version": 2
} | |