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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |