Rainy night
This extension provides a nice 'rain' effect on your splash page.
Rainy night क्या है?
Rainy night Alexander Harding द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides a nice 'rain' effect on your splash page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rainy night एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The rain effect is live and looks very realistic. The app pulls rainy themed images from an imgur album that I add items to (you can change it to any imgur album, however!). Each time you open a new tab, a random image from the album will load (unless you're offline where a fallback will be used). Please submit new images for the imgur album through the issue tracker on Github! This app is very new, and there's lots of room for improvement! I am probably going to add support for local weather on the page, and conduct an analysis on caching data for faster load upon opening a page. Thanks for looking! :-) Check out the project on Github if you're a developer.
एक्सटेंशन की मूल जानकारी
नाम | Rainy night |
ID | pogcoeenpkpdchlmloiehcbabfkfjncf |
आधिकारिक URL | https://chromewebstore.google.com/detail/rainy-night/pogcoeenpkpdchlmloiehcbabfkfjncf |
विवरण | This extension provides a nice 'rain' effect on your splash page. |
फ़ाइल का आकार | 2.68 MB |
स्थापना संख्या | 1,077 |
वर्तमान संस्करण | 0.2.2 |
अंतिम अपडेट | 2014-09-15 |
प्रकाशन तिथि | 2014-09-15 |
रेटिंग | 4.25/5 कुल 44 रेटिंग्स |
डेवलपर | Alexander Harding |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/aeharding/rainynight |
सहायता पृष्ठ URL | https://github.com/aeharding/rainynight/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rainy night", "icons": { "128": "icon128.png" }, "options_page": "options.html", "description": "This extension provides a nice 'rain' effect on your splash page.", "version": "0.2.2", "chrome_url_overrides": { "newtab": "index.html" }, "offline_enabled": true, "web_accessible_resources": [ "images\/*", "bower_components\/rainyday.js\/rainyday.js", "bower_components\/angular\/angular.js", "index.js", "fonts\/*", "index.css" ] } |