Snow
Add gently falling snow to your webpage :)
Was ist Snow?
Snow ist eine Chrome-Erweiterung, die von gabe.szczepanek entwickelt wurde, und ihr Hauptmerkmal ist "Add gently falling snow to your webpage :)".
Erweiterungsscreenshots
Snow-Erweiterungs-CRX-Datei herunterladen
Laden Sie 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
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bmafpbhollfipocodnolblbkgaeibnjn |
| Offizielle URL | https://chromewebstore.google.com/detail/snow/bmafpbhollfipocodnolblbkgaeibnjn |
| Beschreibung | Add gently falling snow to your webpage :) |
| Dateigröße | 59.23 KB |
| Installationsanzahl | 146 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2019-03-10 |
| Veröffentlichungsdatum | 2019-03-10 |
| Entwickler | gabe.szczepanek |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/softwarebygabe/snow |
| Unterstützte Sprachen | 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
} | |