EECS Lecture Downloader
Download an EECS Lecture!
Qu'est-ce que EECS Lecture Downloader ?
EECS Lecture Downloader est une extension Chrome développée par dctalbot, et sa fonction principale est "Download an EECS Lecture!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EECS Lecture Downloader
Téléchargez les fichiers d'extension EECS Lecture Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | EECS Lecture Downloader |
ID | dgkfpgncgmgcfpgbkofkpecafbagbpko |
URL Officiel | https://chromewebstore.google.com/detail/eecs-lecture-downloader/dgkfpgncgmgcfpgbkofkpecafbagbpko |
Description | Download an EECS Lecture! |
Taille du Fichier | 407 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-07-01 |
Date de Publication | 2018-06-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | dctalbot |
Type de Paiement | free |
Langues Prises en Charge | 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 } |