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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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\/"
    ]
}