Jazz-MIDI
MIDI support for browsers
Was ist Jazz-MIDI?
Jazz-MIDI ist eine Chrome-Erweiterung, die von https://jazz-soft.net entwickelt wurde, und ihr Hauptmerkmal ist "MIDI support for browsers".
Erweiterungsscreenshots
Jazz-MIDI-Erweiterungs-CRX-Datei herunterladen
Laden Sie Jazz-MIDI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jhdoobfdaejmldnpihidjemjcbpfmbkm |
| Offizielle URL | https://chromewebstore.google.com/detail/jazz-midi/jhdoobfdaejmldnpihidjemjcbpfmbkm |
| Beschreibung | MIDI support for browsers |
| Dateigröße | 35.07 KB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 1.0.2.0 |
| Letztes Update | 2020-10-05 |
| Veröffentlichungsdatum | 2017-10-01 |
| Bewertung | 3.86/5 Insgesamt 14 Bewertungen |
| Entwickler | https://jazz-soft.net |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://jazz-soft.net |
| Hilfeseite URL | http://jazz-soft.org |
| Unterstützte Sprachen | 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": [
" | |