UMich Lecture Downloader

Download your lectures with the click of a button!

UMich Lecture Downloaderคืออะไร?

UMich Lecture Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ebatsell และคุณลักษณะหลักของมันคือ "Download your lectures with the click of a button!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UMich Lecture Downloader

ดาวน์โหลดไฟล์ส่วนขยาย UMich Lecture Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}