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