Rain sound

Background noise to improve productivity.

What is Rain sound?

Rain sound is a Chrome extension developed by Joaquín Vicente, and its main feature is "Background noise to improve productivity.".

Extension Screenshots

screenshot

Download Rain sound Extension CRX File

Download Rain sound 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

                        “A moderate level of noise enhances creativity compared to both low and high levels of noise. Moderate background noise induces distraction which encourages individuals to think at a higher, abstract level, and consequently exhibit higher creativity.”

Source: Exploring the Effects of Ambient Noise on Creative Cognition

Based on http://rainycafe.com/                    

Extension Basic Information

Name Rain sound Rain sound
ID boccolgmoknhiidceemmgkoaggficcpl
Official URL https://chromewebstore.google.com/detail/rain-sound/boccolgmoknhiidceemmgkoaggficcpl
Description Background noise to improve productivity.
File Size 1.01 MB
Installation Count 2,338
Current Version 1.0.2
Last Updated 2015-02-24
Publish Date 2015-02-23
Rating 4.71/5 Total 49 Ratings
Developer Joaquín Vicente
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rain sound",
    "description": "Background noise to improve productivity.",
    "version": "1.0.2",
    "author": "Joaqu\u00edn Vicente",
    "homepage_url": "https:\/\/github.com\/wacko\/rainsound",
    "icons": {
        "128": "images\/icon-128px.png",
        "48": "images\/icon-48px.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/none19px.png",
            "38": "images\/none38px.png"
        }
    },
    "background": {
        "scripts": [
            "rain.js"
        ]
    },
    "offline_enabled": true
}