Canvas Extended for Auckland University
Gives you greater control over Canvas lecture videos, including the speed and quality.
Apa itu Canvas Extended for Auckland University?
Canvas Extended for Auckland University adalah ekstensi Chrome yang dikembangkan oleh Oliver Cooper, dan fitur utamanya adalah "Gives you greater control over Canvas lecture videos, including the speed and quality.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Canvas Extended for Auckland University
Unduh file ekstensi Canvas Extended for Auckland University dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Canvas Extended for Auckland University |
ID | aeejfomhpakihdbgceijgnhcanikfjci |
URL Resmi | https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci |
Deskripsi | Gives you greater control over Canvas lecture videos, including the speed and quality. |
Ukuran File | 56.35 KB |
Jumlah Instalasi | 530 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2020-04-22 |
Tanggal Publikasi | 2020-04-22 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | Oliver Cooper |
Tipe Pembayaran | free |
URL Halaman Bantuan | http://olivercooper.me/ |
Bahasa yang Didukung | 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 } |