Rain Mood

Listen to the sound of rain to improve productivity and relax.

Hvad er Rain Mood?

Rain Mood er en Chrome-udvidelse udviklet af appsbylm, og dens hovedfunktion er "Listen to the sound of rain to improve productivity and relax.".

Udvidelsesskærmbilleder

screenshot

Download Rain Mood-udvidelses-CRX-fil

Download Rain Mood-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

                        Listen to the sound of rain to stimulate creativity, improve productivity and relax.
This Chrome Extension plays the sound of rain for you while you do stuff.

How to:
1. Click on the icon to play the sound.
2. Click on the icon again to pause the sound.                    

Grundlæggende oplysninger om udvidelsen

Navn Rain Mood Rain Mood
ID doddebbgnlccjopldenafhodlenoibfd
Officiel URL https://chrome.google.com/webstore/detail/rain-mood/doddebbgnlccjopldenafhodlenoibfd
Beskrivelse Listen to the sound of rain to improve productivity and relax.
Filstørrelse 1.15 MB
Antal Installationer 436
Nuværende Version 1.0
Senest Opdateret 2019-09-07
Udgivelsesdato 2019-09-06
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler appsbylm
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rain Mood",
    "version": "1.0",
    "description": "Listen to the sound of rain to improve productivity and relax.",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Hello darkness my old friend..."
    },
    "icons": {
        "16": "icon16norain.png",
        "128": "icon128rain.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}