Google Classroom Change User

Switch Google Classroom user automatically depending on who has access

Google Classroom Change Userとは何ですか?

Google Classroom Change UserはDaniel & Emrikによって開発されたChromeの拡張機能で、その主な機能は「Switch Google Classroom user automatically depending on who has access」です。

拡張機能のスクリーンショット

screenshot

Google Classroom Change User拡張機能のCRXファイルをダウンロード

Google Classroom Change User拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Changes between user 0 and user 1 automatically depending on who has access to that classroom. No more editing the URL from /u/0 to /u/1

Source code is available here: https://github.com/C4illin/Userscripts/tree/master/Change-Google-Classroom-User                    

拡張機能の基本情報

名前 Google Classroom Change User Google Classroom Change User
ID lfnkpgkecmhbaahideedmdblmbfghmog
公式URL https://chromewebstore.google.com/detail/google-classroom-change-u/lfnkpgkecmhbaahideedmdblmbfghmog
説明 Switch Google Classroom user automatically depending on who has access
ファイルサイズ 19.87 KB
インストール数 380
現在のバージョン 1.2.2
最終更新日 2021-07-03
公開日 2021-07-02
開発者 Daniel & Emrik
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/C4illin/Userscripts/tree/master/Change-Google-Classroom-User
プライバシーポリシーページのURL https://github.com/C4illin/Google-Meet-Attendees/blob/master/PRIVACY.md
対応言語 en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/ChangeClassroom.user.js"
            ],
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Switch Google Classroom user automatically depending on who has access",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "manifest_version": 2,
    "name": "Google Classroom Change User",
    "short_name": "Classroom Change User",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2",
    "web_accessible_resources": [
        "js\/ChangeClassroom.user.js"
    ]
}