Web MIDI Mapper

Control an HTML Element with a MIDI input

Wat is Web MIDI Mapper?

Web MIDI Mapper is een Chrome-extensie ontwikkeld door iAM.Lab, en de belangrijkste functie is "Control an HTML Element with a MIDI input".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Web MIDI Mapper

Download Web MIDI Mapper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Web MIDI Mapper allows you to map a MIDI input to an element on a website. You can then use the MIDI input to click said element without having to focus the tab or browser. It was originally developed to be able to control the play button of a tutorial video without having to switch focus.                    

Basisinformatie over de Extensie

Naam Web MIDI Mapper Web MIDI Mapper
ID fljflkcpgpkgiofblemmgaaccocembbm
Officiële URL https://chromewebstore.google.com/detail/web-midi-mapper/fljflkcpgpkgiofblemmgaaccocembbm
Beschrijving Control an HTML Element with a MIDI input
Bestandsgrootte 22.4 KB
Aantal Installaties 223
Huidige Versie 1.0
Laatst Bijgewerkt 2023-04-19
Publicatiedatum 2023-03-14
Ontwikkelaar iAM.Lab
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web MIDI Mapper",
    "version": "1.0",
    "description": "Control an HTML Element with a MIDI input",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icons\/WebMidiMapperLogo16.png",
        "32": "icons\/WebMidiMapperLogo32.png",
        "64": "icons\/WebMidiMapperLogo64.png",
        "128": "icons\/WebMidiMapperLogo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ]
}