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

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
}