Relaxound

Relaxound - background sound generator for work and relaxation

Relaxoundとは何ですか?

Relaxoundはhttp://relaxound.tkによって開発されたChromeの拡張機能で、その主な機能は「Relaxound - background sound generator for work and relaxation」です。

拡張機能のスクリーンショット

screenshot

Relaxound拡張機能のCRXファイルをダウンロード

Relaxound拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Relaxound Relaxound
ID mnalibceaggjpmicodllapfekbfglflc
公式URL https://chrome.google.com/webstore/detail/relaxound/mnalibceaggjpmicodllapfekbfglflc
説明 Relaxound - background sound generator for work and relaxation
ファイルサイズ 79.9 KB
インストール数 156
現在のバージョン 1.5
最終更新日 2015-10-25
公開日 2015-10-25
評価 3.00/5 合計 6 レビュー
開発者 http://relaxound.tk
支払い方法 free
拡張機能のウェブサイト http://relaxound.kolyunya.me
ヘルプページのURL https://twitter.com/relaxound
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Relaxound",
    "short_name": "Relaxound",
    "description": "Relaxound - background sound generator for work and relaxation",
    "version": "1.5",
    "author": "Nikolay Oleynikov",
    "permissions": [
        "https:\/\/relaxound.kolyunya.me\/",
        "cookies",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/relaxound.kolyunya.me\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/sound-enabled.png"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    }
}