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
官方網址 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
}