Rain sound

Background noise to improve productivity.

Apa itu Rain sound?

Rain sound adalah ekstensi Chrome yang dikembangkan oleh Joaquín Vicente, dan fitur utamanya adalah "Background noise to improve productivity.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Rain sound

Unduh file ekstensi Rain sound dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Rain sound Rain sound
ID boccolgmoknhiidceemmgkoaggficcpl
URL Resmi https://chromewebstore.google.com/detail/rain-sound/boccolgmoknhiidceemmgkoaggficcpl
Deskripsi Background noise to improve productivity.
Ukuran File 1.01 MB
Jumlah Instalasi 2,338
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2015-02-24
Tanggal Publikasi 2015-02-23
Penilaian 4.71/5 Total 49 Penilaian
Pengembang Joaquín Vicente
Tipe Pembayaran free
Bahasa yang Didukung 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
}