UMich Lecture Downloader

Download your lectures with the click of a button!

UMich Lecture Downloader क्या है?

UMich Lecture Downloader ebatsell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download your lectures with the click of a button!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UMich Lecture Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}