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 Xiao Liang Yu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to download all recordings available in current recording download page on different university websites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unimelb(Monash/ANU/UNSW) Recording Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } } |