GCR Renamer
A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…
什么是GCR Renamer?
GCR Renamer是由Nice_Creator开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…”。
扩展截图
下载GCR Renamer扩展crx文件
下载GCR Renamer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep keeping similar names for all of their classes.
扩展基本信息
名称 | GCR Renamer |
ID | enmbjdakofcbdjbamdfffndnancpdboc |
官方URL | https://chromewebstore.google.com/detail/gcr-renamer/enmbjdakofcbdjbamdfffndnancpdboc |
简介 | A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep… |
文件大小 | 20.75 KB |
安装次数 | 54 |
当前版本 | 1.0.1 |
更新时间 | 2023-08-17 |
上架时间 | 2022-09-01 |
评分 | 4.00/5 共4次评分 |
开发者 | Nice_Creator |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://gcr.rajtech.me/ |
帮助页面URL | https://gcr.rajtech.me/r/github |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GCR Renamer", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": ".\/js\/background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/classroom.google.com\/*" ], "js": [ ".\/js\/rename.js" ] } ], "action": [], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgQLIBi1irLYO6G+\/xANGMsJp71JUzgNsz9RjfsycMGC5W1wGCI8GjbTk3qOduT8gcnqavKHTo1Wvq8PTwqiDTDhgESLSqrM7MctMSQhw\/rJHBKWqbElUUA2YBrATiYxR\/DDL3YaLhsnhJLq1nKG51rvK7+vIbZrr50UqcBGOLlS1HGgCExGdwRjAtnrXdkV6z66HWF4szbEHwE+1xCCZ5jx9Nu277TVCnCrh9S9q6B8VV0J4rpS\/LeOIQ90fOp9iQBwEVhkDDQl4ZLYfMmKobHvzgYQqz1gk5N7QJEAs7UJtxeCFo7xt\/EsHs5n29Mwl1aGq3eNwFfVcprdxQiVcqQIDAQAB" } |