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 |
公式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 |
Eメール | [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 } } |