EECS Lecture Downloader
Download an EECS Lecture!
Cos'è EECS Lecture Downloader?
EECS Lecture Downloader è un'estensione di Chrome sviluppata da dctalbot, e la sua funzione principale è "Download an EECS Lecture!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EECS Lecture Downloader
Scarica i file di estensione EECS Lecture Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | EECS Lecture Downloader |
ID | dgkfpgncgmgcfpgbkofkpecafbagbpko |
URL Ufficiale | https://chromewebstore.google.com/detail/eecs-lecture-downloader/dgkfpgncgmgcfpgbkofkpecafbagbpko |
Descrizione | Download an EECS Lecture! |
Dimensione del File | 407 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-07-01 |
Data di Pubblicazione | 2018-06-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | dctalbot |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |