Rain sound

Background noise to improve productivity.

Hvad er Rain sound?

Rain sound er en Chrome-udvidelse udviklet af Joaquín Vicente, og dens hovedfunktion er "Background noise to improve productivity.".

Udvidelsesskærmbilleder

screenshot

Download Rain sound-udvidelses-CRX-fil

Download Rain sound-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        “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/                    

Grundlæggende oplysninger om udvidelsen

Navn Rain sound Rain sound
ID boccolgmoknhiidceemmgkoaggficcpl
Officiel URL https://chromewebstore.google.com/detail/rain-sound/boccolgmoknhiidceemmgkoaggficcpl
Beskrivelse Background noise to improve productivity.
Filstørrelse 1.01 MB
Antal Installationer 2,338
Nuværende Version 1.0.2
Senest Opdateret 2015-02-24
Udgivelsesdato 2015-02-23
Bedømmelse 4.71/5 Samlet 49 Bedømmelser
Udvikler Joaquín Vicente
Betalingsmetode free
Understøttede Sprog 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
}