StudIP Downloader

Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein

Co to jest StudIP Downloader?

StudIP Downloader to rozszerzenie Chrome opracowane przez plocon1, a jego główną funkcją jest „Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia StudIP Downloader

Pobierz pliki rozszerzeń StudIP Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein                    

Podstawowe informacje o rozszerzeniu

Nazwa StudIP Downloader StudIP Downloader
ID oioklelfoddphojcipjpgphmajpmbogj
Oficjalny URL https://chromewebstore.google.com/detail/studip-downloader/oioklelfoddphojcipjpgphmajpmbogj
Opis Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein
Rozmiar pliku 24.45 KB
Liczba instalacji 151
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-11-15
Data Publikacji 2020-11-14
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper plocon1
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/onecalfman/studip-vorlesungsaufzeichnung-download
Adres URL Strony Pomocy https://github.com/onecalfman/studip-vorlesungsaufzeichnung-download
Obsługiwane Języki 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*"
            ]
        }
    ]
}