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…

Cos'è Midicast?

Midicast è un'estensione di Chrome sviluppata da appsforartists, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Midicast

Scarica i file di estensione Midicast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Midicast Midicast
ID fjnaegdodddmdifncleeakgdblhdoapg
URL Ufficiale https://chrome.google.com/webstore/detail/midicast/fjnaegdodddmdifncleeakgdblhdoapg
Descrizione 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…
Dimensione del File 646 KB
Conteggio Installazioni 364
Versione Corrente 0.1.1
Ultimo Aggiornamento 2017-08-11
Data di Pubblicazione 2017-08-11
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore appsforartists
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/appsforartists/midicast/
URL della Pagina di Aiuto https://github.com/appsforartists/midicast/issues/
Lingue Supportate 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"
    ]
}