Danimal Soundboard!

Soundboard for annoying office guests

Danimal Soundboard! क्या है?

Danimal Soundboard! daveghidiu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Soundboard for annoying office guests"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Danimal Soundboard! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}