StudIP Downloader

Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein

StudIP Downloaderとは何ですか?

StudIP Downloaderはplocon1によって開発されたChromeの拡張機能で、その主な機能は「Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein」です。

拡張機能のスクリーンショット

screenshot

StudIP Downloader拡張機能のCRXファイルをダウンロード

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
Eメール [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*"
            ]
        }
    ]
}