Jazz-MIDI
MIDI support for browsers
Jazz-MIDIとは何ですか?
Jazz-MIDIはhttps://jazz-soft.netによって開発されたChromeの拡張機能で、その主な機能は「MIDI support for browsers」です。
拡張機能のスクリーンショット
Jazz-MIDI拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |