GSB Canvas Toolkit
This extension helps students batch-download files from Canvas modules.
GSB Canvas Toolkitคืออะไร?
GSB Canvas Toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jspatrick และคุณลักษณะหลักของมันคือ "This extension helps students batch-download files from Canvas modules."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GSB Canvas Toolkit
ดาวน์โหลดไฟล์ส่วนขยาย GSB Canvas Toolkit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A batch-downloader for Canvas at the GSB.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GSB Canvas Toolkit |
ID | mbaippddcfcknpoilngmcjheibbdhgnh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gsb-canvas-toolkit/mbaippddcfcknpoilngmcjheibbdhgnh |
คำอธิบาย | This extension helps students batch-download files from Canvas modules. |
ขนาดไฟล์ | 2.17 MB |
จำนวนการติดตั้ง | 94 |
เวอร์ชันปัจจุบัน | 0.8 |
อัปเดตครั้งล่าสุด | 2016-05-06 |
วันที่เผยแพร่ | 2016-05-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | jspatrick |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GSB Canvas Toolkit", "description": "This extension helps students batch-download files from Canvas modules.", "icons": { "32": "icon_32.png", "64": "icon_64.png" }, "version": "0.8", "content_scripts": [ { "matches": [ "https:\/\/courses.gsb.stanford.edu\/*\/modules", "http:\/\/courses.gsb.stanford.edu\/*" ], "js": [ "jquery-2.1.3.min.js", "parse.js" ] } ], "browser_action": { "default_icon": "icon_32.png", "default_popup": "popup.html", "default_title": "Download Canvas Files" }, "permissions": [ "activeTab", "downloads", "https:\/\/ajax.googleapis.com\/" ] } |