Sound Effects Board
Personal Sound FX board for chrome
Vad är Sound Effects Board?
Sound Effects Board är en Chrome-tillägg utvecklad av [email protected], och dess huvudfunktion är "Personal Sound FX board for chrome".
Tilläggsskärmbilder
Ladda ner Sound Effects Board-förlängningens CRX-fil
Ladda ner Sound Effects Board-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | aelmbjhinggcjiphkgkbnpoknjncmapd |
Officiell webbadress | https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd |
Beskrivning | Personal Sound FX board for chrome |
Filstorlek | 1.51 MB |
Antal Installationer | 8,000 |
Aktuell Version | 3.4.2 |
Senast Uppdaterad | 2017-03-07 |
Publiceringsdatum | 2017-03-07 |
Betyg | 3.05/5 Totalt 43 Betyg |
Utvecklare | [email protected] |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://dshahin.github.io/sound-fx-board/ |
Hjälpsida URL | https://github.com/dshahin/sound-fx-board/issues |
Stödda Språk | 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 } } |