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
公式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\/"
    ]
}