KBD To MIDI Drums

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

什么是KBD To MIDI Drums?

KBD To MIDI Drums是由nikosardas.dev开发的Chrome扩展程序,该扩展的主要功能是“A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone”。

扩展截图

screenshot

下载KBD To MIDI Drums扩展crx文件

下载KBD To MIDI Drums扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 KBD To MIDI Drums KBD To MIDI Drums
ID pkonnmkgoekhcpbkoklnhakhlekgjdgj
官方URL https://chromewebstore.google.com/detail/kbd-to-midi-drums/pkonnmkgoekhcpbkoklnhakhlekgjdgj
简介 A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone
文件大小 2.48 MB
安装次数 6,917
当前版本 1.3.6
更新时间 2022-02-04
上架时间 2020-05-03
评分 3.96/5 共26次评分
开发者 nikosardas.dev
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/nikosardas-dev/privacy
支持的语言 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
}