Cecil Lecture Downloader
Easily download recorded lectures from Cecil
Cecil Lecture Downloaderคืออะไร?
Cecil Lecture Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dtuit และคุณลักษณะหลักของมันคือ "Easily download recorded lectures from Cecil"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cecil Lecture Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Cecil Lecture Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a Download button to the Cecil lecture streaming page with options for the quality. Perfect for all UOA students.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | emnombflpnpoibnkfhdmecflnapdfpbc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cecil-lecture-downloader/emnombflpnpoibnkfhdmecflnapdfpbc |
คำอธิบาย | Easily download recorded lectures from Cecil |
ขนาดไฟล์ | 10.01 KB |
จำนวนการติดตั้ง | 206 |
เวอร์ชันปัจจุบัน | 0.0.0.5 |
อัปเดตครั้งล่าสุด | 2015-05-15 |
วันที่เผยแพร่ | 2015-05-15 |
คะแนน | 4.11/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | dtuit |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Easily download recorded lectures from Cecil", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Cecil Lecture Downloader", "permissions": [ "contextMenus" ], "version": "0.0.0.5", "content_scripts": [ { "matches": [ "*:\/\/mediastore.auckland.ac.nz\/*.preview" ], "js": [ "inject.js" ], "css": [ "skeleton.css", "style.css" ], "all_frames": true, "run_at": "document_end" } ], "web_accessible_resources": [ "*.png" ] } |