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開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to download all recordings available in current recording download page on different university websites”。
擴展截圖
下載Unimelb(Monash/ANU/UNSW) Recording Downloader擴展crx文件
下載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 |
官方網址 | 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 } } |