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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้าช่วยเหลือ 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*"
            ]
        }
    ]
}