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はbeamappzoneによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } |