Canvas Extended for Auckland University
Gives you greater control over Canvas lecture videos, including the speed and quality.
Canvas Extended for Auckland University란 무엇입니까?
Canvas Extended for Auckland University은(는) Oliver Cooper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gives you greater control over Canvas lecture videos, including the speed and quality."입니다.
확장 프로그램 스크린샷
Canvas Extended for Auckland University 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | Canvas Extended for Auckland University |
ID | aeejfomhpakihdbgceijgnhcanikfjci |
공식 URL | https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci |
설명 | Gives you greater control over Canvas lecture videos, including the speed and quality. |
파일 크기 | 56.35 KB |
설치 횟수 | 530 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2020-04-22 |
출시 날짜 | 2020-04-22 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | Oliver Cooper |
결제 유형 | free |
도움말 페이지 URL | http://olivercooper.me/ |
지원되는 언어 | 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 } |