Unimelb(Monash/ANU/UNSW) Recording Downloader
This extension allows you to download all recordings available in current recording download page on different university websites
Τι είναι το Unimelb(Monash/ANU/UNSW) Recording Downloader;
Το Unimelb(Monash/ANU/UNSW) Recording Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Xiao Liang Yu, και η κύρια λειτουργία του είναι "This extension allows you to download all recordings available in current recording download page on different university websites".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Unimelb(Monash/ANU/UNSW) Recording Downloader
Λήψη αρχείων επέκτασης Unimelb(Monash/ANU/UNSW) Recording Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Unimelb(Monash/ANU/UNSW) Recording Downloader |
ID | hmpndgfddcipnjoakdjkjekmkkepjglg |
Επίσημο URL | https://chromewebstore.google.com/detail/unimelbmonashanuunsw-reco/hmpndgfddcipnjoakdjkjekmkkepjglg |
Περιγραφή | This extension allows you to download all recordings available in current recording download page on different university websites |
Μέγεθος Αρχείου | 967 KB |
Αριθμός Εγκαταστάσεων | 93 |
Τρέχουσα Έκδοση | 1.2.0 |
Τελευταία Ενημέρωση | 2016-12-29 |
Ημερομηνία Δημοσίευσης | 2016-12-27 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | Xiao Liang Yu |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/yxliang01/Echo360VideoDownloader |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/yxliang01/Echo360VideoDownloader/issues |
Υποστηριζόμενες Γλώσσες | 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 } } |