Rainy night

This extension provides a nice 'rain' effect on your splash page.

What is Rainy night?

Rainy night is a Chrome extension developed by Alexander Harding, and its main feature is "This extension provides a nice 'rain' effect on your splash page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Rainy night Extension CRX File

Download Rainy night extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Rainy night Rainy night
ID pogcoeenpkpdchlmloiehcbabfkfjncf
Official URL https://chromewebstore.google.com/detail/rainy-night/pogcoeenpkpdchlmloiehcbabfkfjncf
Description This extension provides a nice 'rain' effect on your splash page.
File Size 2.68 MB
Installation Count 1,077
Current Version 0.2.2
Last Updated 2014-09-15
Publish Date 2014-09-15
Rating 4.25/5 Total 44 Ratings
Developer Alexander Harding
Payment Type free
Extension Website https://github.com/aeharding/rainynight
Help Page URL https://github.com/aeharding/rainynight/issues
Supported Languages 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"
    ]
}