Rain Mood
Listen to the sound of rain to improve productivity and relax.
O que é Rain Mood?
Rain Mood é uma extensão do Chrome desenvolvida por appsbylm, e sua principal característica é "Listen to the sound of rain to improve productivity and relax.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rain Mood
Baixe arquivos de extensão Rain Mood no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | doddebbgnlccjopldenafhodlenoibfd |
URL Oficial | https://chrome.google.com/webstore/detail/rain-mood/doddebbgnlccjopldenafhodlenoibfd |
Descrição | Listen to the sound of rain to improve productivity and relax. |
Tamanho do Arquivo | 1.15 MB |
Contagem de Instalações | 436 |
Versão Atual | 1.0 |
Última Atualização | 2019-09-07 |
Data de Publicação | 2019-09-06 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | appsbylm |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |