Let it snow!
More snow in your browser!
Let it snow! क्या है?
Let it snow! jenskofodhansen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "More snow in your browser!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Let it snow! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adding a nice winterly snow in your browser. Get yourself into a nice christmas mood and relax watching the snow falling slow and steady. You can always disable the snow from the pop up icon. You just need to refresh the page afterwards. The source code is from Scott Schiller under the BSD licence: DHTML Snowstorm! JavaScript-based snow for web pages Making it snow on the internets since 2003. You're welcome. ----------------------------------------------------------- Version 1.44.20131208 (Previous rev: 1.44.20131125) Copyright (c) 2007, Scott Schiller. All rights reserved. Code provided under the BSD License http://schillmania.com/projects/snowstorm/license.txt
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jllhhnlhilciklchgekpbenjdccclamj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/let-it-snow/jllhhnlhilciklchgekpbenjdccclamj |
विवरण | More snow in your browser! |
फ़ाइल का आकार | 66.13 KB |
स्थापना संख्या | 290 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2018-12-09 |
प्रकाशन तिथि | 2018-12-06 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | jenskofodhansen |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Let it snow!", "description": "More snow in your browser!", "version": "1.0.3", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon32.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscripts\/snow.js" ] } ] } |