KBD To MIDI Drums

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

O que é KBD To MIDI Drums?

KBD To MIDI Drums é uma extensão do Chrome desenvolvida por nikosardas.dev, e sua principal característica é "A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão KBD To MIDI Drums

Baixe arquivos de extensão KBD To MIDI Drums no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome KBD To MIDI Drums KBD To MIDI Drums
ID pkonnmkgoekhcpbkoklnhakhlekgjdgj
URL Oficial https://chromewebstore.google.com/detail/kbd-to-midi-drums/pkonnmkgoekhcpbkoklnhakhlekgjdgj
Descrição A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone
Tamanho do Arquivo 2.48 MB
Contagem de Instalações 6,917
Versão Atual 1.3.6
Última Atualização 2022-02-04
Data de Publicação 2020-05-03
Classificação 3.96/5 Total de 26 Avaliações
Desenvolvedor nikosardas.dev
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/nikosardas-dev/privacy
Idiomas Suportados 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
}