EECS Lecture Downloader

Download an EECS Lecture!

EECS Lecture Downloaderとは何ですか?

EECS Lecture Downloaderはdctalbotによって開発されたChromeの拡張機能で、その主な機能は「Download an EECS Lecture!」です。

拡張機能のスクリーンショット

screenshot

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 EECS Lecture Downloader
ID dgkfpgncgmgcfpgbkofkpecafbagbpko
公式URL 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
}