MIDIMapper

A Chrome extension for controlling web applications with MIDI.

MIDIMapper là gì?

MIDIMapper là một tiện ích mở rộng Chrome được phát triển bởi MadUnicornAi, và tính năng chính của nó là "A Chrome extension for controlling web applications with MIDI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MIDIMapper

Tải xuống các tệp mở rộng MIDIMapper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MIDIMapper MIDIMapper
ID fhegloildmkcipanjfnjphpodgkfapgd
URL Chính Thức https://chromewebstore.google.com/detail/midimapper/fhegloildmkcipanjfnjphpodgkfapgd
Mô tả A Chrome extension for controlling web applications with MIDI.
Kích Thước Tệp 29.05 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-03-29
Ngày Phát Hành 2023-03-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển MadUnicornAi
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}