Rain sound

Background noise to improve productivity.

Vad är Rain sound?

Rain sound är en Chrome-tillägg utvecklad av Joaquín Vicente, och dess huvudfunktion är "Background noise to improve productivity.".

Tilläggsskärmbilder

screenshot

Ladda ner Rain sound-förlängningens CRX-fil

Ladda ner Rain sound-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        “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äggande Information om Tillägg

Namn Rain sound Rain sound
ID boccolgmoknhiidceemmgkoaggficcpl
Officiell webbadress https://chromewebstore.google.com/detail/rain-sound/boccolgmoknhiidceemmgkoaggficcpl
Beskrivning Background noise to improve productivity.
Filstorlek 1.01 MB
Antal Installationer 2,338
Aktuell Version 1.0.2
Senast Uppdaterad 2015-02-24
Publiceringsdatum 2015-02-23
Betyg 4.71/5 Totalt 49 Betyg
Utvecklare Joaquín Vicente
Betalningssätt free
Stödda Språk 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
}