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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Unimelb(Monash/ANU/UNSW) Recording Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
    }
}