Sound Effects Board
Personal Sound FX board for chrome
Co je Sound Effects Board?
Sound Effects Board je rozšíření Chrome vyvinuté [email protected], a jeho hlavní funkcí je „Personal Sound FX board for chrome“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sound Effects Board
Stáhněte si soubory rozšíření Sound Effects Board ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | aelmbjhinggcjiphkgkbnpoknjncmapd |
Oficiální URL | https://chrome.google.com/webstore/detail/sound-effects-board/aelmbjhinggcjiphkgkbnpoknjncmapd |
Popis | Personal Sound FX board for chrome |
Velikost souboru | 1.51 MB |
Počet instalací | 8,000 |
Aktuální Verze | 3.4.2 |
Poslední Aktualizace | 2017-03-07 |
Datum Vydání | 2017-03-07 |
Hodnocení | 3.05/5 Celkem 43 Hodnocení |
Vývojář | [email protected] |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://dshahin.github.io/sound-fx-board/ |
URL Stránky Nápovědy | https://github.com/dshahin/sound-fx-board/issues |
Podporované Jazyky | 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 } } |