KBD To MIDI Drums

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

What is KBD To MIDI Drums?

KBD To MIDI Drums is a Chrome extension developed by nikosardas.dev, and its main feature is "A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone".

Extension Screenshots

screenshot

Download KBD To MIDI Drums Extension CRX File

Download KBD To MIDI Drums extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name KBD To MIDI Drums KBD To MIDI Drums
ID pkonnmkgoekhcpbkoklnhakhlekgjdgj
Official URL https://chromewebstore.google.com/detail/kbd-to-midi-drums/pkonnmkgoekhcpbkoklnhakhlekgjdgj
Description A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone
File Size 2.48 MB
Installation Count 6,917
Current Version 1.3.6
Last Updated 2022-02-04
Publish Date 2020-05-03
Rating 3.96/5 Total 26 Ratings
Developer nikosardas.dev
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/nikosardas-dev/privacy
Supported Languages 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
}