MIDIMapper
A Chrome extension for controlling web applications with MIDI.
什麼是MIDIMapper?
MIDIMapper是由MadUnicornAi開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension for controlling web applications with MIDI.”。
擴展截圖
下載MIDIMapper擴展crx文件
下載MIDIMapper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
MIDIMapper is a powerful and intuitive chrome extension that allows you to control buttons and sliders on any webpage using a MIDI controller. With MIDIMapper, you can easily assign MIDI commands to elements on a webpage by copying the JSpath from the HTML inspector and toggling the commands from your MIDI controller. Originally designed to control certain UI elements for AI models, MIDIMapper can be used on any website with buttons and sliders. The extension lets you assign an alias to each map, making it easy to keep track of your mappings. MIDIMapper is perfect for artists, visual designers, musicians, producers, or anyone who wants to streamline their workflow and have more control over their browsing experience. Whether you're working with AI models or just want to streamline your workflow, MIDIMapper is the ideal tool for enhancing your productivity. Try MIDIMapper today and see how it can enhance your web browsing experience!
擴展基本資訊
名稱 | MIDIMapper |
ID | fhegloildmkcipanjfnjphpodgkfapgd |
官方網址 | https://chromewebstore.google.com/detail/midimapper/fhegloildmkcipanjfnjphpodgkfapgd |
簡介 | A Chrome extension for controlling web applications with MIDI. |
檔案大小 | 29.05 KB |
安裝次數 | 108 |
目前版本 | 1.0 |
更新時間 | 2023-03-29 |
上架時間 | 2023-03-29 |
評分 | 5.00/5 共 1 次評分 |
開發者 | MadUnicornAi |
電子郵箱 | [email protected] |
付費類型 | in_app |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MIDIMapper", "version": "1.0", "description": "A Chrome extension for controlling web applications with MIDI.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup\/index.html" }, "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "scripts\/content.js" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "matches": [ " |