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 } } |