EECS Lecture Downloader
Download an EECS Lecture!
什麼是EECS Lecture Downloader?
EECS Lecture Downloader是由dctalbot開發的Chrome擴展程式,該擴展的主要功能是“Download an EECS Lecture!”。
擴展截圖
下載EECS Lecture Downloader擴展crx文件
下載EECS Lecture Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | EECS Lecture Downloader |
ID | dgkfpgncgmgcfpgbkofkpecafbagbpko |
官方網址 | https://chromewebstore.google.com/detail/eecs-lecture-downloader/dgkfpgncgmgcfpgbkofkpecafbagbpko |
簡介 | Download an EECS Lecture! |
檔案大小 | 407 KB |
安裝次數 | 14 |
目前版本 | 1.0 |
更新時間 | 2018-07-01 |
上架時間 | 2018-06-30 |
評分 | 5.00/5 共 1 次評分 |
開發者 | dctalbot |
付費類型 | free |
支援的語言 | 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 } |