Relaxy!

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

¿Qué es Relaxy!?

Relaxy! es una extensión de Chrome desarrollada por https://www.relaxy.net, y su función principal es "Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Relaxy!

Descarga archivos de extensión Relaxy! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Relaxy! Relaxy!
ID haipppcnimcebccphffcadmimphbcano
URL Oficial https://chromewebstore.google.com/detail/relaxy/haipppcnimcebccphffcadmimphbcano
Descripción Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.
Tamaño del Archivo 146 KB
Cantidad de Instalaciones 170
Versión Actual 1.1
Última Actualización 2016-09-28
Fecha de Publicación 2016-09-28
Calificación 4.67/5 Total de 6 Calificaciones
Desarrollador https://www.relaxy.net
Tipo de Pago free
Sitio Web de la Extensión https://www.relaxy.net
URL de la Página de Ayuda https://www.relaxy.net/faqs
Idiomas Soportados 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\/"
    ]
}