EECS Lecture Downloader

Download an EECS Lecture!

Wat is EECS Lecture Downloader?

EECS Lecture Downloader is een Chrome-extensie ontwikkeld door dctalbot, en de belangrijkste functie is "Download an EECS Lecture!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EECS Lecture Downloader

Download EECS Lecture Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension provides a link to the source of video lectures at the University of Michigan in the EECS department. Clicking it while holding the option key on your keyboard will download the video straight to your computer.                    

Basisinformatie over de Extensie

Naam EECS Lecture Downloader EECS Lecture Downloader
ID dgkfpgncgmgcfpgbkofkpecafbagbpko
Officiële URL https://chromewebstore.google.com/detail/eecs-lecture-downloader/dgkfpgncgmgcfpgbkofkpecafbagbpko
Beschrijving Download an EECS Lecture!
Bestandsgrootte 407 KB
Aantal Installaties 14
Huidige Versie 1.0
Laatst Bijgewerkt 2018-07-01
Publicatiedatum 2018-06-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar dctalbot
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EECS Lecture Downloader",
    "version": "1.0",
    "description": "Download an EECS Lecture!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leccap.engin.umich.edu\/leccap\/viewer*"
            ],
            "css": [
                "styles\/download.css"
            ],
            "js": [
                "download.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/cloud-download.png",
            "32": "images\/cloud-download.png",
            "48": "images\/cloud-download.png",
            "128": "images\/cloud-download.png"
        }
    },
    "icons": {
        "16": "images\/reggie.png",
        "32": "images\/reggie.png",
        "48": "images\/reggie.png",
        "128": "images\/reggie.png"
    },
    "manifest_version": 2
}