EECS Lecture Downloader
Download an EECS Lecture!
Apa itu EECS Lecture Downloader?
EECS Lecture Downloader adalah ekstensi Chrome yang dikembangkan oleh dctalbot, dan fitur utamanya adalah "Download an EECS Lecture!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi EECS Lecture Downloader
Unduh file ekstensi EECS Lecture Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | EECS Lecture Downloader |
ID | dgkfpgncgmgcfpgbkofkpecafbagbpko |
URL Resmi | https://chromewebstore.google.com/detail/eecs-lecture-downloader/dgkfpgncgmgcfpgbkofkpecafbagbpko |
Deskripsi | Download an EECS Lecture! |
Ukuran File | 407 KB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-07-01 |
Tanggal Publikasi | 2018-06-30 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | dctalbot |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |