SoundFont MIDI Player
MIDI File Player with custom SoundFont file. You can also import your own SoundFont (sf2) files and test them with MIDI files.
Τι είναι το SoundFont MIDI Player;
Το SoundFont MIDI Player είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον beamappzone, και η κύρια λειτουργία του είναι "MIDI File Player with custom SoundFont file. You can also import your own SoundFont (sf2) files and test them with MIDI files.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SoundFont MIDI Player
Λήψη αρχείων επέκτασης SoundFont MIDI Player σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This app is a MIDI File Player with custom SoundFont file. You can play Standard MIDI File with your browser. Even if you do not own any external MIDI Device. You can also import your own SoundFont (sf2) files and test them with MIDI files. Just open MIDI, SoundFont files from your Google Drive and your computer, and Play it in your browser. It's very easy to use. You can control your playback like Play, Stop, Seek, Volume and all common controls in any audio player. Supported formats: mid, midi, sf2...
Βασικές Πληροφορίες Επέκτασης
Όνομα | SoundFont MIDI Player |
ID | dhghfeifhdgfkpadmkfmadflifcebfhb |
Επίσημο URL | https://chromewebstore.google.com/detail/soundfont-midi-player/dhghfeifhdgfkpadmkfmadflifcebfhb |
Περιγραφή | MIDI File Player with custom SoundFont file. You can also import your own SoundFont (sf2) files and test them with MIDI files. |
Μέγεθος Αρχείου | 30.84 KB |
Αριθμός Εγκαταστάσεων | 2,108 |
Τρέχουσα Έκδοση | 1.0.1.1 |
Τελευταία Ενημέρωση | 2020-06-03 |
Ημερομηνία Δημοσίευσης | 2020-06-02 |
Αξιολόγηση | 3.92/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | beamappzone |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://thetimetube.herokuapp.com/soundfont/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "background": { "page": "background.html" }, "default_locale": "en_US", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "name": "__MSG_ext_name__", "permissions": [], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "18.0.0.0", "version": "1.0.1.1" } |