Danimal Soundboard!

Soundboard for annoying office guests

Danimal Soundboard!란 무엇입니까?

Danimal Soundboard!은(는) daveghidiu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Soundboard for annoying office guests"입니다.

확장 프로그램 스크린샷

screenshot

Danimal Soundboard! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a soundboard with quick access from the extension bar! If some annoying coworker steps into your office, click on the extension image and riddle them with a barrage of noises (including boos, a sad trombone, a loud air horn, and many more!

If you like this, check out the standalone, floating soundbar at: https://chrome.google.com/webstore/detail/classroom-soundbar/nfgliioibaledimehebgjkjjbgehgnea

All sound and images are royalty free, and are documented in the code. The extension is licensed under the MIT License, and is located at GitHub:

https://github.com/corydave/DanOVision

Fork it and make your own soundboard!

Special thanks to hal313. Check out his other apps/extensions [Pin Tab, KPRenameTitle, Facebook Post Filter, and Oodalicious]!                    

확장 프로그램 기본 정보

이름 Danimal Soundboard! Danimal Soundboard!
ID fmnbendpgeigfbbggclcongjkmpjnina
공식 URL https://chromewebstore.google.com/detail/danimal-soundboard/fmnbendpgeigfbbggclcongjkmpjnina
설명 Soundboard for annoying office guests
파일 크기 2.38 MB
설치 횟수 4,000
현재 버전 1.0.3
최근 업데이트 2015-02-28
출시 날짜 2015-02-28
평점 3.64/5 총 11 개의 평점
개발자 daveghidiu
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Danimal Soundboard!",
    "version": "1.0.3",
    "description": "Soundboard for annoying office guests",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "script.js",
            "jquery.js"
        ],
        "persistent": false
    }
}