Relaxy!

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

ما هو Relaxy!؟

Relaxy! هو إضافة Chrome تم تطويرها بواسطة https://www.relaxy.net، والميزة الرئيسية لها هي "Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Relaxy!

قم بتنزيل ملفات الامتداد Relaxy! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Relaxy! Relaxy!
ID haipppcnimcebccphffcadmimphbcano
عنوان URL الرسمي https://chromewebstore.google.com/detail/relaxy/haipppcnimcebccphffcadmimphbcano
الوصف Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.
حجم الملف 146 KB
عدد التثبيتات 170
النسخة الحالية 1.1
آخر تحديث 2016-09-28
تاريخ النشر 2016-09-28
تقييم 4.67/5 مجموع تقييمات 6
المطور https://www.relaxy.net
نوع الدفع free
موقع الإضافة https://www.relaxy.net
عنوان صفحة المساعدة https://www.relaxy.net/faqs
اللغات المدعومة 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\/"
    ]
}