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
Eメール [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"
    }
}