StudEaz for Google Classroom
Get rid of all the hassle of manually downloading materials from Google Classroom. Download multiple documents in a few clicks.
Qu'est-ce que StudEaz for Google Classroom ?
StudEaz for Google Classroom est une extension Chrome développée par Microsoft Learn Student Ambassadors SRM, et sa fonction principale est "Get rid of all the hassle of manually downloading materials from Google Classroom. Download multiple documents in a few clicks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension StudEaz for Google Classroom
Téléchargez les fichiers d'extension StudEaz for Google Classroom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | StudEaz for Google Classroom |
ID | ddmpckcmhpnpgfcgfgeklphbbigknjgf |
URL Officiel | https://chromewebstore.google.com/detail/studeaz-for-google-classr/ddmpckcmhpnpgfcgfgeklphbbigknjgf |
Description | Get rid of all the hassle of manually downloading materials from Google Classroom. Download multiple documents in a few clicks. |
Taille du Fichier | 107 KB |
Nombre d'Installations | 829 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2021-03-04 |
Date de Publication | 2021-01-25 |
Évaluation | 3.55/5 Total 11 Évaluations |
Développeur | Microsoft Learn Student Ambassadors SRM |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/MLSA-SRM/GCR-Extension/ |
URL de la Page d'Aide | https://msclubsrm.in |
Langues Prises en Charge | 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" } } |