tum-lecture-download

Download lecture recordings from streams.tum.de and lecturio

tum-lecture-downloadとは何ですか?

tum-lecture-downloadはhttp://lukaskollmer.deによって開発されたChromeの拡張機能で、その主な機能は「Download lecture recordings from streams.tum.de and lecturio」です。

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

screenshot

tum-lecture-download拡張機能のCRXファイルをダウンロード

tum-lecture-download拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - Download lecture recordings from streams.tum.de
- Download lecture recordings from lecturio
- Supports bulk-downloading slides (for lecture recordings where the slides aren't uploaded as a single video stream, but instead as individual images) and re-assembling them into a video file, with the slide offsets matching the presenter-recording
- See the GitHub page for instructions on how slide downloading works

Source code available at github.com/TUM-Dev/lecture-download

Note: downloading from streams.tum.de requires a TUM account. downloading from lecturio does not.

PRIVACY POLICY:
- This extension does not track usage data
- This extension does neither collect, nor store any user-identifying information or data
- In order to function properly, this extension needs to read a cookie, which is sent to a TUM server (the same server which set the cookie in the first place). We do not collect or store its contents.                    

拡張機能の基本情報

名前 tum-lecture-download tum-lecture-download
ID jlbncgdbgjgdimjnihmniommnbhddajf
公式URL https://chrome.google.com/webstore/detail/tum-lecture-download/jlbncgdbgjgdimjnihmniommnbhddajf
説明 Download lecture recordings from streams.tum.de and lecturio
ファイルサイズ 18.13 KB
インストール数 365
現在のバージョン 2020.2
最終更新日 2020-02-17
公開日 2020-02-15
評価 5.00/5 合計 2 レビュー
開発者 http://lukaskollmer.de
支払い方法 free
拡張機能のウェブサイト https://github.com/TUM-Dev/lecture-download
ヘルプページのURL https://github.com/TUM-Dev/lecture-download/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tum-lecture-download",
    "description": "Download lecture recordings from streams.tum.de and lecturio",
    "version": "2020.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "static\/images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "cookies",
        "downloads",
        "*:\/\/streams.tum.de\/*",
        "*:\/\/www.lecturio.de\/*"
    ],
    "icons": {
        "128": "static\/images\/icon_128.png",
        "146": "static\/images\/icon_146.png"
    }
}