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 là gì?

StudEaz for Google Classroom là một tiện ích mở rộng Chrome được phát triển bởi Microsoft Learn Student Ambassadors SRM, và tính năng chính của nó là "Get rid of all the hassle of manually downloading materials from Google Classroom. Download multiple documents in a few clicks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng StudEaz for Google Classroom

Tải xuống các tệp mở rộng StudEaz for Google Classroom dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StudEaz for Google Classroom StudEaz for Google Classroom
ID ddmpckcmhpnpgfcgfgeklphbbigknjgf
URL Chính Thức https://chromewebstore.google.com/detail/studeaz-for-google-classr/ddmpckcmhpnpgfcgfgeklphbbigknjgf
Mô tả Get rid of all the hassle of manually downloading materials from Google Classroom. Download multiple documents in a few clicks.
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 829
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-03-04
Ngày Phát Hành 2021-01-25
Đánh Giá 3.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Microsoft Learn Student Ambassadors SRM
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MLSA-SRM/GCR-Extension/
URL Trang Trợ Giúp https://msclubsrm.in
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}