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…

Что такое Midicast?

Midicast - это расширение Chrome, разработанное appsforartists, и его основная функция - "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

Скачать файл CRX расширения Midicast

Скачайте файлы расширений Midicast в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/                    

Основная информация о расширении

Название Midicast Midicast
ID fjnaegdodddmdifncleeakgdblhdoapg
Официальный URL https://chrome.google.com/webstore/detail/midicast/fjnaegdodddmdifncleeakgdblhdoapg
Описание 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…
Размер файла 646 KB
Количество установок 364
Текущая Версия 0.1.1
Последнее Обновление 2017-08-11
Дата публикации 2017-08-11
Рейтинг 1.00/5 Всего 1 оценок
Разработчик appsforartists
Тип оплаты free
Официальный сайт расширения https://github.com/appsforartists/midicast/
URL страницы помощи https://github.com/appsforartists/midicast/issues/
Поддерживаемые языки 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"
    ]
}