KBD To MIDI Drums

A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone

KBD To MIDI Drums là gì?

KBD To MIDI Drums là một tiện ích mở rộng Chrome được phát triển bởi nikosardas.dev, và tính năng chính của nó là "A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone".

Ả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 KBD To MIDI Drums

Tải xuống các tệp mở rộng KBD To MIDI Drums 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

                        Features:
-Save session to a MIDI file at 120BPM.
-Record session audio.
-Audio file playback.
-120BPM click.
-Keyboard and mouse control.
-Fully flexible.

Eula:
https://sites.google.com/view/nim-extensions/eula                    

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

Tên KBD To MIDI Drums KBD To MIDI Drums
ID pkonnmkgoekhcpbkoklnhakhlekgjdgj
URL Chính Thức https://chromewebstore.google.com/detail/kbd-to-midi-drums/pkonnmkgoekhcpbkoklnhakhlekgjdgj
Mô tả A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone
Kích Thước Tệp 2.48 MB
Số Lần Cài Đặt 6,917
Phiên Bản Hiện Tại 1.3.6
Cập Nhật Lần Cuối 2022-02-04
Ngày Phát Hành 2020-05-03
Đánh Giá 3.96/5 Tổng số 26 Đánh Giá
Nhà Phát Triển nikosardas.dev
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/nikosardas-dev/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.6",
    "name": "__MSG_extName__",
    "short_name": "__MSG_short__",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "style\/icons\/icon16.png",
        "default_title": "KBD2MIDI"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "style\/icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true
}