Sound Effects Board

Personal Sound FX board for chrome

Co to jest Sound Effects Board?

Sound Effects Board to rozszerzenie Chrome opracowane przez [email protected], a jego główną funkcją jest „Personal Sound FX board for chrome”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sound Effects Board

Pobierz pliki rozszerzeń Sound Effects Board w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sound Effects Board Sound Effects Board
ID aelmbjhinggcjiphkgkbnpoknjncmapd
Oficjalny URL https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd
Opis Personal Sound FX board for chrome
Rozmiar pliku 1.51 MB
Liczba instalacji 8,000
Aktualna Wersja 3.4.2
Ostatnia Aktualizacja 2017-03-07
Data Publikacji 2017-03-07
Ocena 3.05/5 Łącznie 43 Oceny
Deweloper [email protected]
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://dshahin.github.io/sound-fx-board/
Adres URL Strony Pomocy https://github.com/dshahin/sound-fx-board/issues
Obsługiwane Języki 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
    }
}