GCR Renamer
A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…
O que é GCR Renamer?
GCR Renamer é uma extensão do Chrome desenvolvida por Nice_Creator, e sua principal característica é "A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GCR Renamer
Baixe arquivos de extensão GCR Renamer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | GCR Renamer |
ID | enmbjdakofcbdjbamdfffndnancpdboc |
URL Oficial | https://chromewebstore.google.com/detail/gcr-renamer/enmbjdakofcbdjbamdfffndnancpdboc |
Descrição | A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep… |
Tamanho do Arquivo | 20.75 KB |
Contagem de Instalações | 54 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-08-17 |
Data de Publicação | 2022-09-01 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | Nice_Creator |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gcr.rajtech.me/ |
URL da Página de Ajuda | https://gcr.rajtech.me/r/github |
Idiomas Suportados | 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" } |