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 |
公式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" ] } |