Ilias Video-Download-Button

Adds missing download buttons to videos at ILIAS Opencast pages.

Ilias Video-Download-Buttonคืออะไร?

Ilias Video-Download-Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nerdyhomeproductions และคุณลักษณะหลักของมันคือ "Adds missing download buttons to videos at ILIAS Opencast pages."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ilias Video-Download-Button

ดาวน์โหลดไฟล์ส่วนขยาย Ilias Video-Download-Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ilias is an open source E-Learning platform used and provided by many universities in conjunction with Opencast to distribute videos and online lectures.

Some videos do not show the download button, but that is stupid and annoying, especially since Ilias is not very reliable and we therefore need backups. This extension solves that by adding download buttons to videos that are missing it, making it easier than ever to survive the next Ilias outage.

Source code: https://github.com/McLP2/Ilias-Video-Download-Button

If you want to try this add-on but do not have access to an instance of ILIAS with Opencast, you can host your own. You can find information about this process at https://www.ilias.de/ and https://opencast.org/, especially at https://docu.ilias.de/goto_docu_wiki_wpage_4975_1357.html.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ilias Video-Download-Button Ilias Video-Download-Button
ID ijpkmikochgighahhahpibabcemkdgck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ilias-video-download-butt/ijpkmikochgighahhahpibabcemkdgck
คำอธิบาย Adds missing download buttons to videos at ILIAS Opencast pages.
ขนาดไฟล์ 3.56 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-05-25
วันที่เผยแพร่ 2021-05-25
ผู้พัฒนา nerdyhomeproductions
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/McLP2/Ilias-Video-Download-Button
URL หน้าช่วยเหลือ https://github.com/McLP2/Ilias-Video-Download-Button/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ilias Video-Download-Button",
    "version": "1.1.0",
    "description": "Adds missing download buttons to videos at ILIAS Opencast pages.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*ilias.php*xocteventgui*"
            ],
            "js": [
                "\/content_script.js"
            ]
        }
    ],
    "permissions": []
}