StudIP Downloader

Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein

Cos'è StudIP Downloader?

StudIP Downloader è un'estensione di Chrome sviluppata da plocon1, e la sua funzione principale è "Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione StudIP Downloader

Scarica i file di estensione StudIP Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein                    

Informazioni di Base sull'Estensione

Nome StudIP Downloader StudIP Downloader
ID oioklelfoddphojcipjpgphmajpmbogj
URL Ufficiale https://chromewebstore.google.com/detail/studip-downloader/oioklelfoddphojcipjpgphmajpmbogj
Descrizione Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein
Dimensione del File 24.45 KB
Conteggio Installazioni 151
Versione Corrente 1.2
Ultimo Aggiornamento 2020-11-15
Data di Pubblicazione 2020-11-14
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore plocon1
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/onecalfman/studip-vorlesungsaufzeichnung-download
URL della Pagina di Aiuto https://github.com/onecalfman/studip-vorlesungsaufzeichnung-download
Lingue Supportate 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*"
            ]
        }
    ]
}