Canvas files Downloader
Download all available course attachments on Canvas. This extension works for all schools that use Canvas LMS.
Canvas files Downloader là gì?
Canvas files Downloader là một tiện ích mở rộng Chrome được phát triển bởi Abdulrahman A, và tính năng chính của nó là "Download all available course attachments on Canvas. This extension works for all schools that use Canvas LMS.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Canvas files Downloader
Tải xuống các tệp mở rộng Canvas files Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
🤦🏻♂️ 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Canvas files Downloader |
ID | meonopfejondoahgndhocmaenpcebkhb |
URL Chính Thức | https://chromewebstore.google.com/detail/canvas-files-downloader/meonopfejondoahgndhocmaenpcebkhb |
Mô tả | Download all available course attachments on Canvas. This extension works for all schools that use Canvas LMS. |
Kích Thước Tệp | 25.5 KB |
Số Lần Cài Đặt | 4,442 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2020-01-10 |
Ngày Phát Hành | 2020-01-09 |
Đánh Giá | 3.69/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Abdulrahman A |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/abdul125 |
URL Trang Trợ Giúp | https://forms.gle/1Wq1kwHaWYeDyvry9 |
Ngôn Ngữ Được Hỗ Trợ | 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 } |