Canvas Extended for Auckland University
Gives you greater control over Canvas lecture videos, including the speed and quality.
Vad är Canvas Extended for Auckland University?
Canvas Extended for Auckland University är en Chrome-tillägg utvecklad av Oliver Cooper, och dess huvudfunktion är "Gives you greater control over Canvas lecture videos, including the speed and quality.".
Tilläggsskärmbilder
Ladda ner Canvas Extended for Auckland University-förlängningens CRX-fil
Ladda ner Canvas Extended for Auckland University-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Canvas Extended for Auckland University |
ID | aeejfomhpakihdbgceijgnhcanikfjci |
Officiell webbadress | https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci |
Beskrivning | Gives you greater control over Canvas lecture videos, including the speed and quality. |
Filstorlek | 56.35 KB |
Antal Installationer | 530 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2020-04-22 |
Publiceringsdatum | 2020-04-22 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | Oliver Cooper |
Betalningssätt | free |
Hjälpsida URL | http://olivercooper.me/ |
Stödda Språk | 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 } |