Jazz-MIDI

MIDI support for browsers

Jazz-MIDIคืออะไร?

Jazz-MIDI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jazz-soft.net และคุณลักษณะหลักของมันคือ "MIDI support for browsers"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jazz-MIDI

ดาวน์โหลดไฟล์ส่วนขยาย Jazz-MIDI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Since Google Chrome dropped the NPAPI support, this extension is required to get the functionality previously available via Jazz-Plugin.

This extension requires Jazz-Plugin v.1.5 or later.

Please compare MIDI functionality in Chrome with and without the extension:

https://jazz-soft.github.io/modules/jzz-webmidi.html (plain WebMIDI API)

https://jazz-soft.github.io/modules/jzz-crx.html (Jazz-MIDI extension)

Developers: use JZZ.js for the best cross-browser compatibility.

https://jazz-soft.net/doc/JZZ

Please visit https://github.com/jazz-soft/jazz-midi to view the source code and leave your feedback.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Jazz-MIDI Jazz-MIDI
ID jhdoobfdaejmldnpihidjemjcbpfmbkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jazz-midi/jhdoobfdaejmldnpihidjemjcbpfmbkm
คำอธิบาย MIDI support for browsers
ขนาดไฟล์ 35.07 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.0.2.0
อัปเดตครั้งล่าสุด 2020-10-05
วันที่เผยแพร่ 2017-10-01
คะแนน 3.86/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://jazz-soft.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://jazz-soft.net
URL หน้าช่วยเหลือ http://jazz-soft.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jazz-MIDI",
    "description": "MIDI support for browsers",
    "author": "Jazz-Soft",
    "version": "1.0.2.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "Jazz-MIDI",
        "default_icon": "good19.png",
        "default_popup": "good.html"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "applications": {
        "gecko": {
            "id": "jazz_midi@jazz_soft.com",
            "strict_min_version": "50.0"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/jazz-soft.net"
}