Jazz-MIDI
MIDI support for browsers
Qu'est-ce que Jazz-MIDI ?
Jazz-MIDI est une extension Chrome développée par https://jazz-soft.net, et sa fonction principale est "MIDI support for browsers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jazz-MIDI
Téléchargez les fichiers d'extension Jazz-MIDI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Jazz-MIDI |
ID | jhdoobfdaejmldnpihidjemjcbpfmbkm |
URL Officiel | https://chromewebstore.google.com/detail/jazz-midi/jhdoobfdaejmldnpihidjemjcbpfmbkm |
Description | MIDI support for browsers |
Taille du Fichier | 35.07 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.0.2.0 |
Dernière Mise à Jour | 2020-10-05 |
Date de Publication | 2017-10-01 |
Évaluation | 3.86/5 Total 14 Évaluations |
Développeur | https://jazz-soft.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://jazz-soft.net |
URL de la Page d'Aide | http://jazz-soft.org |
Langues Prises en Charge | 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": [ " |