KBD To MIDI Piano
An offline piano with MIDI export and audio recording functions
Cos'è KBD To MIDI Piano?
KBD To MIDI Piano è un'estensione di Chrome sviluppata da nikosardas.dev, e la sua funzione principale è "An offline piano with MIDI export and audio recording functions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KBD To MIDI Piano
Scarica i file di estensione KBD To MIDI Piano 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:
-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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mhchghbhodjlkbkidohbkcelgdknhpdi |
| URL Ufficiale | https://chromewebstore.google.com/detail/kbd-to-midi-piano/mhchghbhodjlkbkidohbkcelgdknhpdi |
| Descrizione | An offline piano with MIDI export and audio recording functions |
| Dimensione del File | 5.5 MB |
| Conteggio Installazioni | 10,000 |
| Versione Corrente | 1.6.5 |
| Ultimo Aggiornamento | 2023-12-17 |
| Data di Pubblicazione | 2020-05-04 |
| Valutazione | 3.96/5 Totale 132 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",
"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"
]
} | |