Noise
Ambient sounds to wash away distraction
O que é Noise?
Noise é uma extensão do Chrome desenvolvida por Green Tech Lab, e sua principal característica é "Ambient sounds to wash away distraction".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Noise
Baixe arquivos de extensão Noise 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
Noise can improve your focus and boost your productivity. Block out annoying noises and create the right environment for working or relaxing. A lot of natural white noise as follows: ✔ the sound of Rain, Thunder, Wind ✔ the sound of Fire, Waves, Birds, Crickets ✔ the sound of CoffeeShop, Singing Bowl ✔ the sound of TV White Noise
Informações Básicas da Extensão
Nome | |
ID | ljfmpfeiflahbmgpfdhlngnkkfdeakmb |
URL Oficial | https://chrome.google.com/webstore/detail/noise/ljfmpfeiflahbmgpfdhlngnkkfdeakmb |
Descrição | Ambient sounds to wash away distraction |
Tamanho do Arquivo | 314 KB |
Contagem de Instalações | 101 |
Versão Atual | 0.3 |
Última Atualização | 2018-06-14 |
Data de Publicação | 2018-06-13 |
Classificação | 1.00/5 Total de 3 Avaliações |
Desenvolvedor | Green Tech Lab |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://qqjilu.com/policy.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Noise", "version": "0.3", "description": "Ambient sounds to wash away distraction", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/icon128.png" } }, "icons": { "128": "images\/icon128.png" }, "manifest_version": 2 } |