Panopto Downloader
Downloads Panopto videos. Tested with the University of Cambridge Panopto website.
Panopto Downloaderとは何ですか?
Panopto DownloaderはBentley Carrによって開発されたChromeの拡張機能で、その主な機能は「Downloads Panopto videos. Tested with the University of Cambridge Panopto website.」です。
拡張機能のスクリーンショット
Panopto Downloader拡張機能のCRXファイルをダウンロード
Panopto Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
NOTE: It has come to my attention that sadly Panopto Downloader no longer works for some organisations. There may be an update in the upcoming months. Thank you to everyone who have supported Panopto Downloader up until now. __________________________________ Downloads Panopto videos. Tested with the University of Cambridge Panopto website. Panpoto Downloader is in no way affiliated with Panopto. You should check with your institution to determine whether you are permitted to store downloads of recordings before using this tool.
拡張機能の基本情報
名前 | |
ID | jcgoagdconfndcjginjeokegdpahebno |
公式URL | https://chrome.google.com/webstore/detail/panopto-downloader/jcgoagdconfndcjginjeokegdpahebno |
説明 | Downloads Panopto videos. Tested with the University of Cambridge Panopto website. |
ファイルサイズ | 31.18 KB |
インストール数 | 16,288 |
現在のバージョン | 1.3.2 |
最終更新日 | 2021-07-31 |
公開日 | 2020-09-24 |
評価 | 4.48/5 合計 44 レビュー |
開発者 | Bentley Carr |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Yharooer/panopto-downloader-chrome |
ヘルプページのURL | https://github.com/Yharooer/panopto-downloader-chrome/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Panopto Downloader", "version": "1.3.2", "description": "Downloads Panopto videos. Tested with the University of Cambridge Panopto website.", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "downloads", "activeTab", "https:\/\/*.panopto.eu\/*", "https:\/\/*.panopto.com\/*" ], "content_scripts": [ { "js": [ "panoptodl.js" ], "matches": [ "https:\/\/*.panopto.eu\/*", "https:\/\/*.panopto.com\/*" ] } ] } |