Relaxy!

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

Apa itu Relaxy!?

Relaxy! adalah ekstensi Chrome yang dikembangkan oleh https://www.relaxy.net, dan fitur utamanya adalah "Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Relaxy!

Unduh file ekstensi Relaxy! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Relaxy! Relaxy!
ID haipppcnimcebccphffcadmimphbcano
URL Resmi https://chromewebstore.google.com/detail/relaxy/haipppcnimcebccphffcadmimphbcano
Deskripsi Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.
Ukuran File 146 KB
Jumlah Instalasi 170
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-09-28
Tanggal Publikasi 2016-09-28
Penilaian 4.67/5 Total 6 Penilaian
Pengembang https://www.relaxy.net
Tipe Pembayaran free
Situs Ekstensi https://www.relaxy.net
URL Halaman Bantuan https://www.relaxy.net/faqs
Bahasa yang Didukung 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\/"
    ]
}