Relaxy!
Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.
Co to jest Relaxy!?
Relaxy! to rozszerzenie Chrome opracowane przez https://www.relaxy.net, a jego główną funkcją jest „Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Relaxy!
Pobierz pliki rozszerzeń Relaxy! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | haipppcnimcebccphffcadmimphbcano |
| Oficjalny URL | https://chromewebstore.google.com/detail/relaxy/haipppcnimcebccphffcadmimphbcano |
| Opis | Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away. |
| Rozmiar pliku | 146 KB |
| Liczba instalacji | 170 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2016-09-28 |
| Data Publikacji | 2016-09-28 |
| Ocena | 4.67/5 Łącznie 6 Oceny |
| Deweloper | https://www.relaxy.net |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.relaxy.net |
| Adres URL Strony Pomocy | https://www.relaxy.net/faqs |
| Obsługiwane Języki | 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\/"
]
} | |