GCR Renamer

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

Wat is GCR Renamer?

GCR Renamer is een Chrome-extensie ontwikkeld door Nice_Creator, en de belangrijkste functie is "A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie GCR Renamer

Download GCR Renamer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GCR Renamer GCR Renamer
ID enmbjdakofcbdjbamdfffndnancpdboc
Officiële URL https://chromewebstore.google.com/detail/gcr-renamer/enmbjdakofcbdjbamdfffndnancpdboc
Beschrijving A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…
Bestandsgrootte 20.75 KB
Aantal Installaties 54
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-08-17
Publicatiedatum 2022-09-01
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Nice_Creator
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gcr.rajtech.me/
Help Pagina-URL https://gcr.rajtech.me/r/github
Ondersteunde Talen 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"
}