Sound Effects Board
Personal Sound FX board for chrome
Sound Effects Board là gì?
Sound Effects Board là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "Personal Sound FX board for chrome".
Ả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 Sound Effects Board
Tải xuống các tệp mở rộng Sound Effects Board 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 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aelmbjhinggcjiphkgkbnpoknjncmapd |
URL Chính Thức | https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd |
Mô tả | Personal Sound FX board for chrome |
Kích Thước Tệp | 1.51 MB |
Số Lần Cài Đặt | 8,000 |
Phiên Bản Hiện Tại | 3.4.2 |
Cập Nhật Lần Cuối | 2017-03-07 |
Ngày Phát Hành | 2017-03-07 |
Đánh Giá | 3.05/5 Tổng số 43 Đánh Giá |
Nhà Phát Triển | [email protected] |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://dshahin.github.io/sound-fx-board/ |
URL Trang Trợ Giúp | https://github.com/dshahin/sound-fx-board/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |