EECS Lecture Downloader

Download an EECS Lecture!

ما هو EECS Lecture Downloader؟

EECS Lecture Downloader هو إضافة Chrome تم تطويرها بواسطة dctalbot، والميزة الرئيسية لها هي "Download an EECS Lecture!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة EECS Lecture Downloader

قم بتنزيل ملفات الامتداد EECS Lecture Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}