Relaxy!

Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.

O que é Relaxy!?

Relaxy! é uma extensão do Chrome desenvolvida por https://www.relaxy.net, e sua principal característica é "Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Relaxy!

Baixe arquivos de extensão Relaxy! 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

                        Relaxy is a simple one-button Google Chrome extension that adds some relaxation to your day! 

Grab a coffee (or some Whiskey!), and click on Relaxy to start some soothing jazz along with the sounds of a rolling thunderstorm.

NOTE: After clicking the Relaxy icon, wait a few seconds (depending on your network speed) for the sounds and music to start.                    

Informações Básicas da Extensão

Nome Relaxy! Relaxy!
ID haipppcnimcebccphffcadmimphbcano
URL Oficial https://chromewebstore.google.com/detail/relaxy/haipppcnimcebccphffcadmimphbcano
Descrição Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.
Tamanho do Arquivo 146 KB
Contagem de Instalações 170
Versão Atual 1.1
Última Atualização 2016-09-28
Data de Publicação 2016-09-28
Classificação 4.67/5 Total de 6 Avaliações
Desenvolvedor https://www.relaxy.net
Tipo de Pagamento free
Site da Extensão https://www.relaxy.net
URL da Página de Ajuda https://www.relaxy.net/faqs
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Relaxy!",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.",
    "browser_action": {
        "default_icon": "relaxnow-1.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/relaxy.net\/"
    ]
}