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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    ]
}