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是由appsforartists开发的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…”。

扩展截图

screenshot

下载Midicast扩展crx文件

下载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"
    ]
}