EECS Lecture Downloader
Download an EECS Lecture!
EECS Lecture Downloader क्या है?
EECS Lecture Downloader dctalbot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download an EECS Lecture!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EECS Lecture Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |