Relaxy!

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

Qu'est-ce que Relaxy! ?

Relaxy! est une extension Chrome développée par https://www.relaxy.net, et sa fonction principale est "Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Relaxy!

Téléchargez les fichiers d'extension Relaxy! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Relaxy! Relaxy!
ID haipppcnimcebccphffcadmimphbcano
URL Officiel https://chromewebstore.google.com/detail/relaxy/haipppcnimcebccphffcadmimphbcano
Description Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.
Taille du Fichier 146 KB
Nombre d'Installations 170
Version Actuelle 1.1
Dernière Mise à Jour 2016-09-28
Date de Publication 2016-09-28
Évaluation 4.67/5 Total 6 Évaluations
Développeur https://www.relaxy.net
Type de Paiement free
Site Web de l'Extension https://www.relaxy.net
URL de la Page d'Aide https://www.relaxy.net/faqs
Langues Prises en Charge 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\/"
    ]
}