Relaxy!
Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.
Cos'è Relaxy!?
Relaxy! è un'estensione di Chrome sviluppata da https://www.relaxy.net, e la sua funzione principale è "Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Relaxy!
Scarica i file di estensione Relaxy! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | haipppcnimcebccphffcadmimphbcano |
| URL Ufficiale | https://chromewebstore.google.com/detail/relaxy/haipppcnimcebccphffcadmimphbcano |
| Descrizione | Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away. |
| Dimensione del File | 146 KB |
| Conteggio Installazioni | 170 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2016-09-28 |
| Data di Pubblicazione | 2016-09-28 |
| Valutazione | 4.67/5 Totale 6 Valutazioni |
| Sviluppatore | https://www.relaxy.net |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.relaxy.net |
| URL della Pagina di Aiuto | https://www.relaxy.net/faqs |
| Lingue Supportate | 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\/"
]
} | |