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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } ] } |