Canvas Extended for Auckland University
Gives you greater control over Canvas lecture videos, including the speed and quality.
Canvas Extended for Auckland Universityとは何ですか?
Canvas Extended for Auckland UniversityはOliver Cooperによって開発されたChromeの拡張機能で、その主な機能は「Gives you greater control over Canvas lecture videos, including the speed and quality.」です。
拡張機能のスクリーンショット
Canvas Extended for Auckland University拡張機能のCRXファイルをダウンロード
Canvas Extended for Auckland University拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
To use Canvas Extended, open a lecture recording on Canvas (it should have .preview at the end of the URL). That's it! For assistance or to report bugs visit the support link. IMPORTANT: You MUST uninstall the 'Canvas Video Enhancer' extension for this to work correctly!
拡張機能の基本情報
名前 | Canvas Extended for Auckland University |
ID | aeejfomhpakihdbgceijgnhcanikfjci |
公式URL | https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci |
説明 | Gives you greater control over Canvas lecture videos, including the speed and quality. |
ファイルサイズ | 56.35 KB |
インストール数 | 530 |
現在のバージョン | 1.0.5 |
最終更新日 | 2020-04-22 |
公開日 | 2020-04-22 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | Oliver Cooper |
支払い方法 | free |
ヘルプページのURL | http://olivercooper.me/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Canvas Extended for Auckland University", "version": "1.0.5", "description": "Gives you greater control over Canvas lecture videos, including the speed and quality.", "permissions": [ "*:\/\/mediastore.auckland.ac.nz\/" ], "content_scripts": [ { "matches": [ "https:\/\/mediastore.auckland.ac.nz\/*.preview" ], "js": [ "jquery.js", "main.js" ], "css": [ "main.css" ], "run_at": "document_idle" } ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |