Canvas Extended for Auckland University
Gives you greater control over Canvas lecture videos, including the speed and quality.
Cos'è Canvas Extended for Auckland University?
Canvas Extended for Auckland University è un'estensione di Chrome sviluppata da Oliver Cooper, e la sua funzione principale è "Gives you greater control over Canvas lecture videos, including the speed and quality.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Canvas Extended for Auckland University
Scarica i file di estensione Canvas Extended for Auckland University in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Canvas Extended for Auckland University |
ID | aeejfomhpakihdbgceijgnhcanikfjci |
URL Ufficiale | https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci |
Descrizione | Gives you greater control over Canvas lecture videos, including the speed and quality. |
Dimensione del File | 56.35 KB |
Conteggio Installazioni | 530 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2020-04-22 |
Data di Pubblicazione | 2020-04-22 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Oliver Cooper |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://olivercooper.me/ |
Lingue Supportate | 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 } |