Relaxy!
Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.
Vad är Relaxy!?
Relaxy! är en Chrome-tillägg utvecklad av https://www.relaxy.net, och dess huvudfunktion är "Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.".
Tilläggsskärmbilder
Ladda ner Relaxy!-förlängningens CRX-fil
Ladda ner Relaxy!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | haipppcnimcebccphffcadmimphbcano |
| Officiell webbadress | https://chromewebstore.google.com/detail/relaxy/haipppcnimcebccphffcadmimphbcano |
| Beskrivning | Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away. |
| Filstorlek | 146 KB |
| Antal Installationer | 170 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2016-09-28 |
| Publiceringsdatum | 2016-09-28 |
| Betyg | 4.67/5 Totalt 6 Betyg |
| Utvecklare | https://www.relaxy.net |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.relaxy.net |
| Hjälpsida URL | https://www.relaxy.net/faqs |
| Stödda Språk | 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\/"
]
} | |