Sound Effects Board

Personal Sound FX board for chrome

Что такое Sound Effects Board?

Sound Effects Board - это расширение Chrome, разработанное [email protected], и его основная функция - "Personal Sound FX board for chrome".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Sound Effects Board

Скачайте файлы расширений 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
    }
}