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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |