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 là gì?

Unimelb(Monash/ANU/UNSW) Recording Downloader là một tiện ích mở rộng Chrome được phát triển bởi Xiao Liang Yu, và tính năng chính của nó là "This extension allows you to download all recordings available in current recording download page on different university websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unimelb(Monash/ANU/UNSW) Recording Downloader

Tải xuống các tệp mở rộng Unimelb(Monash/ANU/UNSW) Recording Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unimelb(Monash/ANU/UNSW) Recording Downloader Unimelb(Monash/ANU/UNSW) Recording Downloader
ID hmpndgfddcipnjoakdjkjekmkkepjglg
URL Chính Thức https://chromewebstore.google.com/detail/unimelbmonashanuunsw-reco/hmpndgfddcipnjoakdjkjekmkkepjglg
Mô tả This extension allows you to download all recordings available in current recording download page on different university websites
Kích Thước Tệp 967 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2016-12-29
Ngày Phát Hành 2016-12-27
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Xiao Liang Yu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/yxliang01/Echo360VideoDownloader
URL Trang Trợ Giúp https://github.com/yxliang01/Echo360VideoDownloader/issues
Ngôn Ngữ Được Hỗ Trợ 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
    }
}