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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xiao Liang Yu และคุณลักษณะหลักของมันคือ "This extension allows you to download all recordings available in current recording download page on different university websites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unimelb(Monash/ANU/UNSW) Recording Downloader
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } } |