KBD To MIDI Drums
A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone
Cos'è KBD To MIDI Drums?
KBD To MIDI Drums è un'estensione di Chrome sviluppata da nikosardas.dev, e la sua funzione principale è "A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KBD To MIDI Drums
Scarica i file di estensione KBD To MIDI Drums in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | KBD To MIDI Drums |
ID | pkonnmkgoekhcpbkoklnhakhlekgjdgj |
URL Ufficiale | https://chromewebstore.google.com/detail/kbd-to-midi-drums/pkonnmkgoekhcpbkoklnhakhlekgjdgj |
Descrizione | A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone |
Dimensione del File | 2.48 MB |
Conteggio Installazioni | 6,917 |
Versione Corrente | 1.3.6 |
Ultimo Aggiornamento | 2022-02-04 |
Data di Pubblicazione | 2020-05-03 |
Valutazione | 3.96/5 Totale 26 Valutazioni |
Sviluppatore | nikosardas.dev |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/nikosardas-dev/privacy |
Lingue Supportate | 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 } |