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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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