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"
    }
}