Unimelb(Monash/ANU/UNSW) Recording Downloader
This extension allows you to download all recordings available in current recording download page on different university websites
Qu'est-ce que Unimelb(Monash/ANU/UNSW) Recording Downloader ?
Unimelb(Monash/ANU/UNSW) Recording Downloader est une extension Chrome développée par Xiao Liang Yu, et sa fonction principale est "This extension allows you to download all recordings available in current recording download page on different university websites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unimelb(Monash/ANU/UNSW) Recording Downloader
Téléchargez les fichiers d'extension Unimelb(Monash/ANU/UNSW) Recording 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 Google Chrome extension allows you to download all the Unimelb(Monash/ANU/UNSW) lecture recordings that are available in current recording download page on the LMS. At the end of the semester, you can backup all the recording easily using this! How to use (Unimelb) ----- 1. Goto [LMS](https://lms.unimelb.edu.au/login/) 2. Goto the lecture capture page 3. Click on the Unimelb Lecture Recording Downloader icon on the bar at the top of the browser 4. Click the download button 5. Done!
Informations de Base sur l'Extension
Nom | Unimelb(Monash/ANU/UNSW) Recording Downloader |
ID | hmpndgfddcipnjoakdjkjekmkkepjglg |
URL Officiel | https://chromewebstore.google.com/detail/unimelbmonashanuunsw-reco/hmpndgfddcipnjoakdjkjekmkkepjglg |
Description | This extension allows you to download all recordings available in current recording download page on different university websites |
Taille du Fichier | 967 KB |
Nombre d'Installations | 93 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2016-12-29 |
Date de Publication | 2016-12-27 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Xiao Liang Yu |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/yxliang01/Echo360VideoDownloader |
URL de la Page d'Aide | https://github.com/yxliang01/Echo360VideoDownloader/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.0", "manifest_version": 2, "name": "Unimelb(Monash\/ANU\/UNSW) Recording Downloader", "description": "This extension allows you to download all recordings available in current recording download page on different university websites", "icons": { "128": "icon128_unimelb.png" }, "browser_action": { "default_title": "Download all the recordings available in current page!", "default_icon": { "128": "icon128_unimelb.png" }, "default_popup": "browser_popup.html" }, "permissions": [ "activeTab", "downloads", "*:\/\/*\/*", "notifications" ], "background": { "scripts": [ "eventpage.js" ], "persistent": false } } |