StudEaz for Google Classroom
Get rid of all the hassle of manually downloading materials from Google Classroom. Download multiple documents in a few clicks.
O que é StudEaz for Google Classroom?
StudEaz for Google Classroom é uma extensão do Chrome desenvolvida por Microsoft Learn Student Ambassadors SRM, e sua principal característica é "Get rid of all the hassle of manually downloading materials from Google Classroom. Download multiple documents in a few clicks.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão StudEaz for Google Classroom
Baixe arquivos de extensão StudEaz for Google Classroom no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | StudEaz for Google Classroom |
ID | ddmpckcmhpnpgfcgfgeklphbbigknjgf |
URL Oficial | https://chromewebstore.google.com/detail/studeaz-for-google-classr/ddmpckcmhpnpgfcgfgeklphbbigknjgf |
Descrição | Get rid of all the hassle of manually downloading materials from Google Classroom. Download multiple documents in a few clicks. |
Tamanho do Arquivo | 107 KB |
Contagem de Instalações | 829 |
Versão Atual | 1.3 |
Última Atualização | 2021-03-04 |
Data de Publicação | 2021-01-25 |
Classificação | 3.55/5 Total de 11 Avaliações |
Desenvolvedor | Microsoft Learn Student Ambassadors SRM |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/MLSA-SRM/GCR-Extension/ |
URL da Página de Ajuda | https://msclubsrm.in |
Idiomas Suportados | 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" } } |