EECS Lecture Downloader

Download an EECS Lecture!

EECS Lecture Downloader là gì?

EECS Lecture Downloader là một tiện ích mở rộng Chrome được phát triển bởi dctalbot, và tính năng chính của nó là "Download an EECS Lecture!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng EECS Lecture Downloader

Tải xuống các tệp mở rộng EECS Lecture Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EECS Lecture Downloader EECS Lecture Downloader
ID dgkfpgncgmgcfpgbkofkpecafbagbpko
URL Chính Thức https://chromewebstore.google.com/detail/eecs-lecture-downloader/dgkfpgncgmgcfpgbkofkpecafbagbpko
Mô tả Download an EECS Lecture!
Kích Thước Tệp 407 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-07-01
Ngày Phát Hành 2018-06-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dctalbot
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}