EECS Lecture Downloader

Download an EECS Lecture!

Was ist EECS Lecture Downloader?

EECS Lecture Downloader ist eine Chrome-Erweiterung, die von dctalbot entwickelt wurde, und ihr Hauptmerkmal ist "Download an EECS Lecture!".

Erweiterungsscreenshots

screenshot

EECS Lecture Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie EECS Lecture Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name EECS Lecture Downloader EECS Lecture Downloader
ID dgkfpgncgmgcfpgbkofkpecafbagbpko
Offizielle URL https://chromewebstore.google.com/detail/eecs-lecture-downloader/dgkfpgncgmgcfpgbkofkpecafbagbpko
Beschreibung Download an EECS Lecture!
Dateigröße 407 KB
Installationsanzahl 14
Aktuelle Version 1.0
Letztes Update 2018-07-01
Veröffentlichungsdatum 2018-06-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler dctalbot
Zahlungsart free
Unterstützte Sprachen 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
}