Cecil Lecture Downloader
Easily download recorded lectures from Cecil
什麼是Cecil Lecture Downloader?
Cecil Lecture Downloader是由dtuit開發的Chrome擴展程式,該擴展的主要功能是“Easily download recorded lectures from Cecil”。
擴展截圖
下載Cecil Lecture Downloader擴展crx文件
下載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 |
官方網址 | 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" ] } |