UMich Lecture Downloader

Download your lectures with the click of a button!

UMich Lecture Downloader란 무엇입니까?

UMich Lecture Downloader은(는) ebatsell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download your lectures with the click of a button!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

UMich Lecture Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension allows University of Michigan Engineering or Computer Science students to download their lectures from 
the CAEN Lecture viewer for offline viewing. Watch lectures on plane rides, road trips, or even put them on your phone without worrying about using data! Or make a compilation video of all the bad jokes your professor says.

INSTRUCTIONS: With the extension enabled, you can simply go to a specific lecture, click on the extension icon, and download! 

Playback: though there's no option to download a lecture at a specific speed for faster viewing, I recommend VLC Media player as a mp4 viewer that lets you adjust speed. 

Notes
------
- All lectures saved on the CAEN Lecture Capture Service (leccap.engin.umich.edu) are eligible for download.
- The extension currently saves the file to your default Downloads folder, and titles it after the lecture's title. Let me know if you'd like more customization with this.
- The extension currently is limited to downloading one lecture at a time. Batch downloading possibly in the future.                    

확장 프로그램 기본 정보

이름 UMich Lecture Downloader UMich Lecture Downloader
ID blmfdgjdmdpblbiecbagjebggdemmaof
공식 URL https://chromewebstore.google.com/detail/umich-lecture-downloader/blmfdgjdmdpblbiecbagjebggdemmaof
설명 Download your lectures with the click of a button!
파일 크기 18.84 KB
설치 횟수 914
현재 버전 1.0
최근 업데이트 2018-12-03
출시 날짜 2018-12-02
평점 4.25/5 총 4 개의 평점
개발자 ebatsell
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UMich Lecture Downloader",
    "version": "1.0",
    "description": "Download your lectures with the click of a button!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "downloads",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/University-of-Michigan16.png",
            "128": "images\/University-of-Michigan128.png"
        }
    },
    "icons": {
        "16": "images\/University-of-Michigan16.png",
        "128": "images\/University-of-Michigan128.png"
    },
    "manifest_version": 2
}