Relaxy!

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

什麼是Relaxy!?

Relaxy!是由https://www.relaxy.net開發的Chrome擴展程式,該擴展的主要功能是“Take a break! Some relaxing jazz and a rolling thunderstorm are just a click away.”。

擴展截圖

screenshot
screenshot

下載Relaxy!擴展crx文件

下載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
官方網址 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\/"
    ]
}