Sound Effects Board
Personal Sound FX board for chrome
什麼是Sound Effects Board?
Sound Effects Board是由[email protected]開發的Chrome擴展程式,該擴展的主要功能是“Personal Sound FX board for chrome”。
擴展截圖
下載Sound Effects Board擴展crx文件
下載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 |
官方網址 | 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 } } |