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…

O que é Midicast?

Midicast é uma extensão do Chrome desenvolvida por appsforartists, e sua principal característica é "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…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Midicast

Baixe arquivos de extensão Midicast no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Midicast Midicast
ID fjnaegdodddmdifncleeakgdblhdoapg
URL Oficial https://chrome.google.com/webstore/detail/midicast/fjnaegdodddmdifncleeakgdblhdoapg
Descrição 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…
Tamanho do Arquivo 646 KB
Contagem de Instalações 364
Versão Atual 0.1.1
Última Atualização 2017-08-11
Data de Publicação 2017-08-11
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor appsforartists
Tipo de Pagamento free
Site da Extensão https://github.com/appsforartists/midicast/
URL da Página de Ajuda https://github.com/appsforartists/midicast/issues/
Idiomas Suportados 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"
    ]
}