StudIP Downloader
Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein
什麼是StudIP Downloader?
StudIP Downloader是由plocon1開發的Chrome擴展程式,該擴展的主要功能是“Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein”。
擴展截圖
下載StudIP Downloader擴展crx文件
下載StudIP Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein 擴展基本資訊
| 名稱 | |
| ID | oioklelfoddphojcipjpgphmajpmbogj |
| 官方網址 | 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*"
]
}
]
} | |