GCR Renamer

A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…

Cos'è GCR Renamer?

GCR Renamer è un'estensione di Chrome sviluppata da Nice_Creator, e la sua funzione principale è "A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GCR Renamer

Scarica i file di estensione GCR Renamer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GCR Renamer GCR Renamer
ID enmbjdakofcbdjbamdfffndnancpdboc
URL Ufficiale https://chromewebstore.google.com/detail/gcr-renamer/enmbjdakofcbdjbamdfffndnancpdboc
Descrizione A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…
Dimensione del File 20.75 KB
Conteggio Installazioni 54
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-08-17
Data di Pubblicazione 2022-09-01
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Nice_Creator
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gcr.rajtech.me/
URL della Pagina di Aiuto https://gcr.rajtech.me/r/github
Lingue Supportate 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"
}