Panopto Lecture Downloader
Download YOUR lectures from Panopto
Panopto Lecture Downloader란 무엇입니까?
Panopto Lecture Downloader은(는) intelchen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download YOUR lectures from Panopto"입니다.
확장 프로그램 스크린샷
Panopto Lecture Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
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 |
이메일 | [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';" } |