Canvas Extended for Auckland University
Gives you greater control over Canvas lecture videos, including the speed and quality.
O que é Canvas Extended for Auckland University?
Canvas Extended for Auckland University é uma extensão do Chrome desenvolvida por Oliver Cooper, e sua principal característica é "Gives you greater control over Canvas lecture videos, including the speed and quality.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Canvas Extended for Auckland University
Baixe arquivos de extensão Canvas Extended for Auckland University no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Canvas Extended for Auckland University |
ID | aeejfomhpakihdbgceijgnhcanikfjci |
URL Oficial | https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci |
Descrição | Gives you greater control over Canvas lecture videos, including the speed and quality. |
Tamanho do Arquivo | 56.35 KB |
Contagem de Instalações | 530 |
Versão Atual | 1.0.5 |
Última Atualização | 2020-04-22 |
Data de Publicação | 2020-04-22 |
Classificação | 4.75/5 Total de 4 Avaliações |
Desenvolvedor | Oliver Cooper |
Tipo de Pagamento | free |
URL da Página de Ajuda | http://olivercooper.me/ |
Idiomas Suportados | 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 } |