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ファイルをダウンロード
Canvas files Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🤦🏻♂️ 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 } |