Canvas+
An extension to enhance the Canvas with features students want
Canvas+란 무엇입니까?
Canvas+은(는) samuelli4521에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to enhance the Canvas with features students want"입니다.
확장 프로그램 스크린샷
Canvas+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Canvas+ adds a bunch of small features to Instructure's Canvas that help students use Canvas better and quicker. Features include: - Tabs to navigate between courses - Grades on the dashboard - Assignments due in a week on the dashboard - Custom links for commonly used links in a course - and more! The project is open source and is open to contributions at http://github.com/samuelili/canvas-plus This extension is currently under heavy development and is in early stages, expect issues to arise! If you have problems or ideas for the extension, send me a DM on Instagram @samuelili! Newest Updates (0.3.9): - Added a settings reset button in case of errors (please view this in the options page) - Added a new feature for attached documents! Pop it out to a new tab or expand it to fill the whole screen! Developed by Samuel Li
확장 프로그램 기본 정보
이름 | Canvas+ |
ID | bfeldahomapdhmnmedanpodjpkfjohen |
공식 URL | https://chromewebstore.google.com/detail/canvas+/bfeldahomapdhmnmedanpodjpkfjohen |
설명 | An extension to enhance the Canvas with features students want |
파일 크기 | 2.43 MB |
설치 횟수 | 13,085 |
현재 버전 | 0.3.9 |
최근 업데이트 | 2022-04-30 |
출시 날짜 | 2020-09-02 |
평점 | 5.00/5 총 14 개의 평점 |
개발자 | samuelli4521 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://github.com/samuelili/canvas-plus |
도움말 페이지 URL | http://github.com/samuelili/canvas-plus |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Canvas+", "version": "0.3.9", "manifest_version": 2, "description": "An extension to enhance the Canvas with features students want", "homepage_url": "http:\/\/github.com\/samuelili\/canvas-plus", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "src\/options\/index.html" ], "permissions": [ "storage" ] } |