Sound Effects Board

Personal Sound FX board for chrome

什么是Sound Effects Board?

Sound Effects Board是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Personal Sound FX board for chrome”。

扩展截图

screenshot

下载Sound Effects Board扩展crx文件

下载Sound Effects Board扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This item contains content that may not be suitable for all ages.

Sound effects are at your fingertips.  Whether providing cover with a fake doorbell or spicing things up with some salty quotes, this plugin is sure to add interest to your next conference call.  

Any sounds that may contain profanity or objectionable language have been hidden from main view.  User must now enable this in the options.  This is based on feedback from the user base.                    

扩展基本信息

名称 Sound Effects Board Sound Effects Board
ID aelmbjhinggcjiphkgkbnpoknjncmapd
官方URL https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd
简介 Personal Sound FX board for chrome
文件大小 1.51 MB
安装次数 8,000
当前版本 3.4.2
更新时间 2017-03-07
上架时间 2017-03-07
评分 3.05/5 共43次评分
开发者 [email protected]
电子邮箱 [email protected]
付费类型 free
扩展官网 http://dshahin.github.io/sound-fx-board/
帮助页面URL https://github.com/dshahin/sound-fx-board/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sound Effects Board",
    "version": "3.4.2",
    "manifest_version": 2,
    "description": "Personal Sound FX board for chrome",
    "browser_action": {
        "default_icon": "\/img\/Speaker-icon-19.png",
        "default_popup": "\/html\/popup.html",
        "default_title": "SFX"
    },
    "icons": {
        "128": "\/img\/Speaker-icon-128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "unlimitedStorage",
        "tts"
    ],
    "web_accessible_resources": [
        "\/img\/icon.png"
    ],
    "options_ui": {
        "page": "\/html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    }
}