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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KBD To MIDI Drums एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}