MIDI Input Provider Firefox

Examine source code of MIDI Input Provider

제작자: Manuel Reimer Add-on
Inspect and view changes in MIDI Input Provider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MIDI Input Provider",
  "description": "This Addon provides midi input functionality using the Web MIDI API",
  "version": "1.2.0",
  "homepage_url": "https://github.com/M-Reimer/midiinputprovider",
  "author": "Manuel Reimer",
  "applications": {
    "gecko": {
      "id": "midiinputprovider@addons.m-reimer.de",
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "24": "midiconnector.svg",
    "32": "midiconnector.svg",
    "50": "midiconnector.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "requestmidiaccess.js",
        "contentscript.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "backgroundscript.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "nativeMessaging",
    "<all_urls>",
    "storage"
  ]
}

최고의 MIDI Input Provider 대안

다음은 MIDI Input Provider과(와) 유사한 Firefox add-on입니다: