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 je Midicast?

Midicast je rozšíření Chrome vyvinuté appsforartists, a jeho hlavní funkcí je „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…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Midicast

Stáhněte si soubory rozšíření Midicast ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Midicast Midicast
ID fjnaegdodddmdifncleeakgdblhdoapg
Oficiální URL https://chrome.google.com/webstore/detail/midicast/fjnaegdodddmdifncleeakgdblhdoapg
Popis 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…
Velikost souboru 646 KB
Počet instalací 364
Aktuální Verze 0.1.1
Poslední Aktualizace 2017-08-11
Datum Vydání 2017-08-11
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář appsforartists
Typ Platby free
Webové stránky Rozšíření https://github.com/appsforartists/midicast/
URL Stránky Nápovědy https://github.com/appsforartists/midicast/issues/
Podporované Jazyky 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"
    ]
}