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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 StudEaz for Google Classroom
ID ddmpckcmhpnpgfcgfgeklphbbigknjgf
官方URL 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"
    }
}