StudEaz for Google Classroom
Get rid of all the hassle of manually downloading materials from Google Classroom. Download multiple documents in a few clicks.
什麼是StudEaz for Google Classroom?
StudEaz for Google Classroom是由Microsoft Learn Student Ambassadors SRM開發的Chrome擴展程式,該擴展的主要功能是“Get rid of all the hassle of manually downloading materials from Google Classroom. Download multiple documents in a few clicks.”。
擴展截圖
下載StudEaz for Google Classroom擴展crx文件
下載StudEaz for Google Classroom擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of opening every document in a new tab and then downloading them one by one? Too time consuming for last minute exam preparation? StudEaz is a browser extension to download multiple documents from a Google Classroom in a few clicks. It extracts links of the study material uploaded in your classroom, allows you to select the documents you want and you have the documents downloaded to your laptop in about 2 clicks!
擴展基本資訊
名稱 | StudEaz for Google Classroom |
ID | ddmpckcmhpnpgfcgfgeklphbbigknjgf |
官方網址 | https://chromewebstore.google.com/detail/studeaz-for-google-classr/ddmpckcmhpnpgfcgfgeklphbbigknjgf |
簡介 | Get rid of all the hassle of manually downloading materials from Google Classroom. Download multiple documents in a few clicks. |
檔案大小 | 107 KB |
安裝次數 | 829 |
目前版本 | 1.3 |
更新時間 | 2021-03-04 |
上架時間 | 2021-01-25 |
評分 | 3.55/5 共 11 次評分 |
開發者 | Microsoft Learn Student Ambassadors SRM |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/MLSA-SRM/GCR-Extension/ |
說明頁面URL | https://msclubsrm.in |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StudEaz for Google Classroom", "version": "1.3", "description": "Get rid of all the hassle of manually downloading materials from Google Classroom. Download multiple documents in a few clicks.", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/classroom.google.com\/*", "http:\/\/classroom.google.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "browser_action": { "default_icon": "assets\/icon16.png", "default_popup": "pop.html", "default_title": "StudEaz for Google Classroom" } } |