Snow
Add gently falling snow to your webpage :)
Vad är Snow?
Snow är en Chrome-tillägg utvecklad av gabe.szczepanek, och dess huvudfunktion är "Add gently falling snow to your webpage :)".
Tilläggsskärmbilder
Ladda ner Snow-förlängningens CRX-fil
Ladda ner Snow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Snow |
ID | bmafpbhollfipocodnolblbkgaeibnjn |
Officiell webbadress | https://chromewebstore.google.com/detail/snow/bmafpbhollfipocodnolblbkgaeibnjn |
Beskrivning | Add gently falling snow to your webpage :) |
Filstorlek | 59.23 KB |
Antal Installationer | 146 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-03-10 |
Publiceringsdatum | 2019-03-10 |
Utvecklare | gabe.szczepanek |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/softwarebygabe/snow |
Stödda Språk | 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 } |