Rain Mood
Listen to the sound of rain to improve productivity and relax.
Vad är Rain Mood?
Rain Mood är en Chrome-tillägg utvecklad av appsbylm, och dess huvudfunktion är "Listen to the sound of rain to improve productivity and relax.".
Tilläggsskärmbilder
Ladda ner Rain Mood-förlängningens CRX-fil
Ladda ner Rain Mood-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | doddebbgnlccjopldenafhodlenoibfd |
Officiell webbadress | https://chrome.google.com/webstore/detail/rain-mood/doddebbgnlccjopldenafhodlenoibfd |
Beskrivning | Listen to the sound of rain to improve productivity and relax. |
Filstorlek | 1.15 MB |
Antal Installationer | 436 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-09-07 |
Publiceringsdatum | 2019-09-06 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | appsbylm |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } } |