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.

Was ist SoundFont MIDI Player?

SoundFont MIDI Player ist eine Chrome-Erweiterung, die von beamappzone entwickelt wurde, und ihr Hauptmerkmal ist "MIDI File Player with custom SoundFont file. You can also import your own SoundFont (sf2) files and test them with MIDI files.".

Erweiterungsscreenshots

screenshot

SoundFont MIDI Player-Erweiterungs-CRX-Datei herunterladen

Laden Sie SoundFont MIDI Player-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name SoundFont MIDI Player SoundFont MIDI Player
ID dhghfeifhdgfkpadmkfmadflifcebfhb
Offizielle URL https://chromewebstore.google.com/detail/soundfont-midi-player/dhghfeifhdgfkpadmkfmadflifcebfhb
Beschreibung MIDI File Player with custom SoundFont file. You can also import your own SoundFont (sf2) files and test them with MIDI files.
Dateigröße 30.84 KB
Installationsanzahl 2,108
Aktuelle Version 1.0.1.1
Letztes Update 2020-06-03
Veröffentlichungsdatum 2020-06-02
Bewertung 3.92/5 Insgesamt 12 Bewertungen
Entwickler beamappzone
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://thetimetube.herokuapp.com/soundfont/
Unterstützte Sprachen 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"
}