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 |
电子邮箱 | [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" } |