EECS Lecture Downloader
Download an EECS Lecture!
Hvad er EECS Lecture Downloader?
EECS Lecture Downloader er en Chrome-udvidelse udviklet af dctalbot, og dens hovedfunktion er "Download an EECS Lecture!".
Udvidelsesskærmbilleder
Download EECS Lecture Downloader-udvidelses-CRX-fil
Download EECS Lecture Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | EECS Lecture Downloader |
ID | dgkfpgncgmgcfpgbkofkpecafbagbpko |
Officiel URL | https://chromewebstore.google.com/detail/eecs-lecture-downloader/dgkfpgncgmgcfpgbkofkpecafbagbpko |
Beskrivelse | Download an EECS Lecture! |
Filstørrelse | 407 KB |
Antal Installationer | 14 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-07-01 |
Udgivelsesdato | 2018-06-30 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | dctalbot |
Betalingsmetode | free |
Understøttede Sprog | 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 } |