GCR Renamer
A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…
What is GCR Renamer?
GCR Renamer is a Chrome extension developed by Nice_Creator, and its main feature is "A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…".
Extension Screenshots
Download GCR Renamer Extension CRX File
Download GCR Renamer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GCR Renamer |
ID | enmbjdakofcbdjbamdfffndnancpdboc |
Official URL | https://chromewebstore.google.com/detail/gcr-renamer/enmbjdakofcbdjbamdfffndnancpdboc |
Description | A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep… |
File Size | 20.75 KB |
Installation Count | 54 |
Current Version | 1.0.1 |
Last Updated | 2023-08-17 |
Publish Date | 2022-09-01 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Nice_Creator |
[email protected] | |
Payment Type | free |
Extension Website | https://gcr.rajtech.me/ |
Help Page URL | https://gcr.rajtech.me/r/github |
Supported Languages | 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" } |