KBD To MIDI Piano

An offline piano with MIDI export and audio recording functions

What is KBD To MIDI Piano?

KBD To MIDI Piano is a Chrome extension developed by nikosardas.dev, and its main feature is "An offline piano with MIDI export and audio recording functions".

Extension Screenshots

screenshot

Download KBD To MIDI Piano Extension CRX File

Download KBD To MIDI Piano 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:
-Keyboard and mouse control.
-Midi keyboard support.
-Save session to a MIDI file at 120BPM.
-Record piano audio.
-Record mic input.
-6 Octaves.
-120BPM click.
-Chromatic Chorder.
-Audio file player.
-Velocity values.
-Random velocity variant.
-Audio sustain Mode.
-Completely flexible.
-Use keyboard arrows to quickly change octave and velocity values.                    

Extension Basic Information

Name KBD To MIDI Piano KBD To MIDI Piano
ID mhchghbhodjlkbkidohbkcelgdknhpdi
Official URL https://chromewebstore.google.com/detail/kbd-to-midi-piano/mhchghbhodjlkbkidohbkcelgdknhpdi
Description An offline piano with MIDI export and audio recording functions
File Size 5.5 MB
Installation Count 10,000
Current Version 1.6.5
Last Updated 2023-12-17
Publish Date 2020-05-04
Rating 3.96/5 Total 132 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",
    "name": "KBD To MIDI Piano",
    "short_name": "K2MP",
    "version": "1.6.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "style\/icons\/icon128.png",
        "default_title": "KBD2MIDI"
    },
    "description": "An offline piano with MIDI export and audio recording functions",
    "icons": {
        "128": "style\/icons\/icon128.png"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ]
}