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