StudIP Downloader

Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein

ما هو StudIP Downloader؟

StudIP Downloader هو إضافة Chrome تم تطويرها بواسطة plocon1، والميزة الرئيسية لها هي "Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة StudIP Downloader

قم بتنزيل ملفات الامتداد StudIP Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein                    

معلومات أساسية عن التمديد

الاسم StudIP Downloader StudIP Downloader
ID oioklelfoddphojcipjpgphmajpmbogj
عنوان URL الرسمي https://chromewebstore.google.com/detail/studip-downloader/oioklelfoddphojcipjpgphmajpmbogj
الوصف Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein
حجم الملف 24.45 KB
عدد التثبيتات 151
النسخة الحالية 1.2
آخر تحديث 2020-11-15
تاريخ النشر 2020-11-14
تقييم 1.00/5 مجموع تقييمات 1
المطور plocon1
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/onecalfman/studip-vorlesungsaufzeichnung-download
عنوان صفحة المساعدة https://github.com/onecalfman/studip-vorlesungsaufzeichnung-download
اللغات المدعومة de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StudIP Downloader",
    "version": "1.2",
    "icons": {
        "128": "icon-128px.png",
        "48": "icon-48px.png",
        "16": "icon-16px.png"
    },
    "manifest_version": 2,
    "permissions": [
        "avtiveTab"
    ],
    "background": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*\/plugins.php\/opencast*",
                "https:\/\/*\/seminar_main.php*opencast*"
            ]
        }
    ]
}