Rain sound

Background noise to improve productivity.

Was ist Rain sound?

Rain sound ist eine Chrome-Erweiterung, die von Joaquín Vicente entwickelt wurde, und ihr Hauptmerkmal ist "Background noise to improve productivity.".

Erweiterungsscreenshots

screenshot

Rain sound-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rain sound-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Rain sound Rain sound
ID boccolgmoknhiidceemmgkoaggficcpl
Offizielle URL https://chromewebstore.google.com/detail/rain-sound/boccolgmoknhiidceemmgkoaggficcpl
Beschreibung Background noise to improve productivity.
Dateigröße 1.01 MB
Installationsanzahl 2,338
Aktuelle Version 1.0.2
Letztes Update 2015-02-24
Veröffentlichungsdatum 2015-02-23
Bewertung 4.71/5 Insgesamt 49 Bewertungen
Entwickler Joaquín Vicente
Zahlungsart free
Unterstützte Sprachen 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
}