Rain sound

Background noise to improve productivity.

Qu'est-ce que Rain sound ?

Rain sound est une extension Chrome développée par Joaquín Vicente, et sa fonction principale est "Background noise to improve productivity.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rain sound

Téléchargez les fichiers d'extension Rain sound au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Rain sound Rain sound
ID boccolgmoknhiidceemmgkoaggficcpl
URL Officiel https://chromewebstore.google.com/detail/rain-sound/boccolgmoknhiidceemmgkoaggficcpl
Description Background noise to improve productivity.
Taille du Fichier 1.01 MB
Nombre d'Installations 2,338
Version Actuelle 1.0.2
Dernière Mise à Jour 2015-02-24
Date de Publication 2015-02-23
Évaluation 4.71/5 Total 49 Évaluations
Développeur Joaquín Vicente
Type de Paiement free
Langues Prises en Charge 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
}