StudIP Downloader
Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein
Wat is StudIP Downloader?
StudIP Downloader is een Chrome-extensie ontwikkeld door plocon1, en de belangrijkste functie is "Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein".
Extensie Screenshots
Download het CRX-bestand van de extensie StudIP Downloader
Download StudIP Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein Basisinformatie over de Extensie
| Naam | |
| ID | oioklelfoddphojcipjpgphmajpmbogj |
| Officiële URL | https://chromewebstore.google.com/detail/studip-downloader/oioklelfoddphojcipjpgphmajpmbogj |
| Beschrijving | Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein |
| Bestandsgrootte | 24.45 KB |
| Aantal Installaties | 151 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2020-11-15 |
| Publicatiedatum | 2020-11-14 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | plocon1 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/onecalfman/studip-vorlesungsaufzeichnung-download |
| Help Pagina-URL | https://github.com/onecalfman/studip-vorlesungsaufzeichnung-download |
| Ondersteunde Talen | 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*"
]
}
]
} | |