Danimal Soundboard!
Soundboard for annoying office guests
什麼是Danimal Soundboard!?
Danimal Soundboard!是由daveghidiu開發的Chrome擴展程式,該擴展的主要功能是“Soundboard for annoying office guests”。
擴展截圖
下載Danimal Soundboard!擴展crx文件
下載Danimal Soundboard!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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]! 擴展基本資訊
| 名稱 | |
| ID | fmnbendpgeigfbbggclcongjkmpjnina |
| 官方網址 | 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
}
} | |