BareBones MIDI Player
It plays MIDIs.
Co to jest BareBones MIDI Player?
BareBones MIDI Player to rozszerzenie Chrome opracowane przez splch, a jego główną funkcją jest „It plays MIDIs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BareBones MIDI Player
Pobierz pliki rozszerzeń BareBones MIDI Player w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Online, Offline BareBones MIDI Anytime. This bare-bones MIDI Player does nothing more and nothing less than play any MIDI. I use MIDIjs as the lightweight JavaScript MIDI library. GitHub: https://github.com/splch/BareBones-MIDI-Player A tune if you need: https://onlinesequencer.net/m/1061424_1.mid
Podstawowe informacje o rozszerzeniu
Nazwa | BareBones MIDI Player |
ID | ddibjepofbeacmjfabjiagcgihdmbcgp |
Oficjalny URL | https://chromewebstore.google.com/detail/barebones-midi-player/ddibjepofbeacmjfabjiagcgihdmbcgp |
Opis | It plays MIDIs. |
Rozmiar pliku | 69.04 MB |
Liczba instalacji | 2,495 |
Aktualna Wersja | 0.47 |
Ostatnia Aktualizacja | 2020-12-22 |
Data Publikacji | 2020-01-29 |
Ocena | 4.74/5 Łącznie 19 Oceny |
Deweloper | splch |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/splch/BareBones-MIDI-Player |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BareBones MIDI Player", "version": "0.47", "description": "It plays MIDIs.", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_title": "BareBones MIDI" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "offline_enabled": true, "short_name": "BareBones MIDI" } |