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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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": [ " |