Danimal Soundboard!
Soundboard for annoying office guests
Danimal Soundboard! là gì?
Danimal Soundboard! là một tiện ích mở rộng Chrome được phát triển bởi daveghidiu, và tính năng chính của nó là "Soundboard for annoying office guests".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Danimal Soundboard!
Tải xuống các tệp mở rộng Danimal Soundboard! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Danimal Soundboard! |
ID | fmnbendpgeigfbbggclcongjkmpjnina |
URL Chính Thức | https://chromewebstore.google.com/detail/danimal-soundboard/fmnbendpgeigfbbggclcongjkmpjnina |
Mô tả | Soundboard for annoying office guests |
Kích Thước Tệp | 2.38 MB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2015-02-28 |
Ngày Phát Hành | 2015-02-28 |
Đánh Giá | 3.64/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | daveghidiu |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |