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 |
公式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] |
Eメール | [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 } } |