Midicast

Midicast is an extension that streams songs from a web page to a MIDI instrument like a piano. Midicast scans the page you're on…

Co to jest Midicast?

Midicast to rozszerzenie Chrome opracowane przez appsforartists, a jego główną funkcją jest „Midicast is an extension that streams songs from a web page to a MIDI instrument like a piano. Midicast scans the page you're on…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Midicast

Pobierz pliki rozszerzeń Midicast 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

                        Midicast is an extension that streams songs from a web page to a MIDI instrument like a piano.


Midicast scans the page you're on for MIDI links. Whatever it finds will show up in a list in the extension. Click one of the songs in the extension to start playing it. Midicast should work with any instrument that accepts MIDI input, such as a Yamaha Disklavier® player piano.


This is a gift to my family.  Eventually, I might document it better and add more features, but for now, I just want to put it somewhere they can use it.

Source is available here: https://github.com/appsforartists/midicast/                    

Podstawowe informacje o rozszerzeniu

Nazwa Midicast Midicast
ID fjnaegdodddmdifncleeakgdblhdoapg
Oficjalny URL https://chrome.google.com/webstore/detail/midicast/fjnaegdodddmdifncleeakgdblhdoapg
Opis Midicast is an extension that streams songs from a web page to a MIDI instrument like a piano. Midicast scans the page you're on…
Rozmiar pliku 646 KB
Liczba instalacji 364
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2017-08-11
Data Publikacji 2017-08-11
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper appsforartists
Typ Płatności free
Strona Rozszerzenia https://github.com/appsforartists/midicast/
Adres URL Strony Pomocy https://github.com/appsforartists/midicast/issues/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Midicast",
    "version": "0.1.1",
    "background": {
        "page": "pages\/index.html"
    },
    "browser_action": {
        "default_icon": "icons\/noto-piano.png",
        "default_popup": "pages\/index.html"
    },
    "icons": {
        "128": "icons\/noto-piano.png"
    },
    "permissions": [
        "activeTab"
    ]
}