Sound Effects Board
Personal Sound FX board for chrome
Sound Effects Boardคืออะไร?
Sound Effects Board เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Personal Sound FX board for chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sound Effects Board
ดาวน์โหลดไฟล์ส่วนขยาย Sound Effects Board ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aelmbjhinggcjiphkgkbnpoknjncmapd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd |
คำอธิบาย | Personal Sound FX board for chrome |
ขนาดไฟล์ | 1.51 MB |
จำนวนการติดตั้ง | 8,000 |
เวอร์ชันปัจจุบัน | 3.4.2 |
อัปเดตครั้งล่าสุด | 2017-03-07 |
วันที่เผยแพร่ | 2017-03-07 |
คะแนน | 3.05/5 รวมทั้งหมด 43 คะแนน |
ผู้พัฒนา | [email protected] |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://dshahin.github.io/sound-fx-board/ |
URL หน้าช่วยเหลือ | https://github.com/dshahin/sound-fx-board/issues |
ภาษาที่รองรับ | 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 } } |