Rainy

Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google

What is Rainy?

Rainy is a Chrome extension developed by Michael Yuan, and its main feature is "Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google".

Extension Screenshots

screenshot

Download Rainy Extension CRX File

Download Rainy 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

                        Loops the 30 minute version of the RainyMood mp3 in the background as you work. Also includes an fully customizable and interactive rain simulation.

Made by Michael Yuan. Logo by Freepik.com. Icons by Google. Rain Animations by Sheepeuh.com and Michael Yuan.                    

Extension Basic Information

Name Rainy Rainy
ID lcbmijabmhohpnmdjbioodhdlaimbdcf
Official URL https://chromewebstore.google.com/detail/rainy/lcbmijabmhohpnmdjbioodhdlaimbdcf
Description Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google
File Size 31.02 MB
Installation Count 7,463
Current Version 1.1
Last Updated 2015-06-23
Publish Date 2015-06-23
Rating 4.67/5 Total 69 Ratings
Developer Michael Yuan
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rainy",
    "manifest_version": 2,
    "version": "1.1",
    "description": "Add rainymood sounds. Logo designed by Freepik.com. Icons designed by Google",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "dim.png",
        "default_title": "Make It Rain",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "256": "icon.png"
    }
}