Panopto Lecture Downloader

Download YOUR lectures from Panopto

Panopto Lecture Downloaderとは何ですか?

Panopto Lecture Downloaderはintelchenによって開発されたChromeの拡張機能で、その主な機能は「Download YOUR lectures from Panopto」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        At the end of the semester, you will most likely lose access to all your lecture videos during the year. You are losing aceess to the material that you paid tens of thousands of dollars for. No more! 

Introducing Panopto Lecture Downloader.

Features:
- download Panopto video from webpage
- **download high-res second stream**
-(usually whiteboard or slides; depends on avaliability)


How to use:
 1. Go to the Panopto web player page
 2. (if you just installed, refresh the page plz)
 3. Pin the plug in to the extension bar
 4. Click on the extension plug in
 5. Download single stream or double stream in the pop-up

Inspired by ManoloZocco's Panopto Video Downloader                    

拡張機能の基本情報

名前 Panopto Lecture Downloader Panopto Lecture Downloader
ID cjdfaiolhppdjejkdeobnpgiiaipccjf
公式URL https://chrome.google.com/webstore/detail/panopto-lecture-downloade/cjdfaiolhppdjejkdeobnpgiiaipccjf
説明 Download YOUR lectures from Panopto
ファイルサイズ 17.11 KB
インストール数 839
現在のバージョン 1.0
最終更新日 2021-05-11
公開日 2021-05-11
評価 1.00/5 合計 1 レビュー
開発者 intelchen
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.notion.so/Panopto-Lecture-Downloader-FAQ-02c08a775156495598524bb4c4706d91
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Panopto Lecture Downloader",
    "version": "1.0",
    "description": "Download YOUR lectures from Panopto",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "download-icon-green.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [],
    "permissions": [
        "activeTab",
        "tabs",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com; object-src 'self';"
}