Canvas Extended for Auckland University
Gives you greater control over Canvas lecture videos, including the speed and quality.
Qu'est-ce que Canvas Extended for Auckland University ?
Canvas Extended for Auckland University est une extension Chrome développée par Oliver Cooper, et sa fonction principale est "Gives you greater control over Canvas lecture videos, including the speed and quality.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Canvas Extended for Auckland University
Téléchargez les fichiers d'extension Canvas Extended for Auckland University au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Canvas Extended for Auckland University |
ID | aeejfomhpakihdbgceijgnhcanikfjci |
URL Officiel | https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci |
Description | Gives you greater control over Canvas lecture videos, including the speed and quality. |
Taille du Fichier | 56.35 KB |
Nombre d'Installations | 530 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2020-04-22 |
Date de Publication | 2020-04-22 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | Oliver Cooper |
Type de Paiement | free |
URL de la Page d'Aide | http://olivercooper.me/ |
Langues Prises en Charge | 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 } |