Rain Mood
Listen to the sound of rain to improve productivity and relax.
Was ist Rain Mood?
Rain Mood ist eine Chrome-Erweiterung, die von appsbylm entwickelt wurde, und ihr Hauptmerkmal ist "Listen to the sound of rain to improve productivity and relax.".
Erweiterungsscreenshots
Rain Mood-Erweiterungs-CRX-Datei herunterladen
Laden Sie Rain Mood-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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | doddebbgnlccjopldenafhodlenoibfd |
Offizielle URL | https://chrome.google.com/webstore/detail/rain-mood/doddebbgnlccjopldenafhodlenoibfd |
Beschreibung | Listen to the sound of rain to improve productivity and relax. |
Dateigröße | 1.15 MB |
Installationsanzahl | 436 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-09-07 |
Veröffentlichungsdatum | 2019-09-06 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | appsbylm |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |