Rain Mood
Listen to the sound of rain to improve productivity and relax.
Cos'è Rain Mood?
Rain Mood è un'estensione di Chrome sviluppata da appsbylm, e la sua funzione principale è "Listen to the sound of rain to improve productivity and relax.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rain Mood
Scarica i file di estensione Rain Mood in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | doddebbgnlccjopldenafhodlenoibfd |
URL Ufficiale | https://chrome.google.com/webstore/detail/rain-mood/doddebbgnlccjopldenafhodlenoibfd |
Descrizione | Listen to the sound of rain to improve productivity and relax. |
Dimensione del File | 1.15 MB |
Conteggio Installazioni | 436 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-09-07 |
Data di Pubblicazione | 2019-09-06 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | appsbylm |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |