Relaxy!

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

Was ist Relaxy!?

Relaxy! ist eine Chrome-Erweiterung, die von https://www.relaxy.net entwickelt wurde, und ihr Hauptmerkmal ist "Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.".

Erweiterungsscreenshots

screenshot
screenshot

Relaxy!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Relaxy!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Relaxy! Relaxy!
ID haipppcnimcebccphffcadmimphbcano
Offizielle URL https://chromewebstore.google.com/detail/relaxy/haipppcnimcebccphffcadmimphbcano
Beschreibung Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.
Dateigröße 146 KB
Installationsanzahl 170
Aktuelle Version 1.1
Letztes Update 2016-09-28
Veröffentlichungsdatum 2016-09-28
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler https://www.relaxy.net
Zahlungsart free
Erweiterungswebsite https://www.relaxy.net
Hilfeseite URL https://www.relaxy.net/faqs
Unterstützte Sprachen 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\/"
    ]
}