Canvas files Downloader
Download all available course attachments on Canvas. This extension works for all schools that use Canvas LMS.
Canvas files Downloader란 무엇입니까?
Canvas files Downloader은(는) Abdulrahman A에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download all available course attachments on Canvas. This extension works for all schools that use Canvas LMS."입니다.
확장 프로그램 스크린샷
Canvas files Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🤦🏻♂️ The purpose of creating Canvas Files Downloader extension is to facilitate the process of downloading files especially in the modules tab/path; because currently in order for students to download a file , they have to make multiple of clicks to do so. 🎯 The alternative solution is to allow students to either download all attachments by selecting all or download only the selected ones in modules, pages, assignments, and wiki tab or path. If there is an attachment in any of these paths, users will get the download button. 💡 To better use Canvas files Downloader to full extent: Turn off/ disable the "Ask where to save each file before downloading" option on chrome://settings/downloads so that you download the files immediately without getting the popup dialog 💡💡💡 This extension works for all schools that use Canvas Learning Management System (LMS) / Instructure
확장 프로그램 기본 정보
이름 | Canvas files Downloader |
ID | meonopfejondoahgndhocmaenpcebkhb |
공식 URL | https://chromewebstore.google.com/detail/canvas-files-downloader/meonopfejondoahgndhocmaenpcebkhb |
설명 | Download all available course attachments on Canvas. This extension works for all schools that use Canvas LMS. |
파일 크기 | 25.5 KB |
설치 횟수 | 4,442 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2020-01-10 |
출시 날짜 | 2020-01-09 |
평점 | 3.69/5 총 13 개의 평점 |
개발자 | Abdulrahman A |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/abdul125 |
도움말 페이지 URL | https://forms.gle/1Wq1kwHaWYeDyvry9 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Canvas files Downloader", "version": "1.2.0", "description": "Download all available course attachments on Canvas. This extension works for all schools that use Canvas LMS.", "icons": { "64": "img\/NewLogo.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "downloads" ], "content_scripts": [ { "matches": [ "*:\/\/*.instructure.com\/courses\/*", "*:\/\/*\/courses\/*" ], "exclude_matches": [ "*:\/\/*\/courses\/*\/quizzes\/*", "*:\/\/*.instructure.com\/courses\/*\/quizzes\/*" ], "js": [ "content.js" ], "css": [ "css\/style.css" ] } ], "manifest_version": 2 } |