Relaxy!
Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.
Wat is Relaxy!?
Relaxy! is een Chrome-extensie ontwikkeld door https://www.relaxy.net, en de belangrijkste functie is "Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.".
Extensie Screenshots
Download het CRX-bestand van de extensie Relaxy!
Download Relaxy!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | haipppcnimcebccphffcadmimphbcano |
| Officiële URL | https://chromewebstore.google.com/detail/relaxy/haipppcnimcebccphffcadmimphbcano |
| Beschrijving | Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away. |
| Bestandsgrootte | 146 KB |
| Aantal Installaties | 170 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2016-09-28 |
| Publicatiedatum | 2016-09-28 |
| Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | https://www.relaxy.net |
| Betalingswijze | free |
| Extensiewebsite | https://www.relaxy.net |
| Help Pagina-URL | https://www.relaxy.net/faqs |
| Ondersteunde Talen | 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\/"
]
} | |