KBD To MIDI Drums

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

Apa itu KBD To MIDI Drums?

KBD To MIDI Drums adalah ekstensi Chrome yang dikembangkan oleh nikosardas.dev, dan fitur utamanya adalah "A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi KBD To MIDI Drums

Unduh file ekstensi KBD To MIDI Drums dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama KBD To MIDI Drums KBD To MIDI Drums
ID pkonnmkgoekhcpbkoklnhakhlekgjdgj
URL Resmi https://chromewebstore.google.com/detail/kbd-to-midi-drums/pkonnmkgoekhcpbkoklnhakhlekgjdgj
Deskripsi A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone
Ukuran File 2.48 MB
Jumlah Instalasi 6,917
Versi Saat Ini 1.3.6
Terakhir Diperbarui 2022-02-04
Tanggal Publikasi 2020-05-03
Penilaian 3.96/5 Total 26 Penilaian
Pengembang nikosardas.dev
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/nikosardas-dev/privacy
Bahasa yang Didukung 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
}