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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
} | |