GCR Renamer

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

Qu'est-ce que GCR Renamer ?

GCR Renamer est une extension Chrome développée par Nice_Creator, et sa fonction principale est "A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GCR Renamer

Téléchargez les fichiers d'extension GCR Renamer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GCR Renamer GCR Renamer
ID enmbjdakofcbdjbamdfffndnancpdboc
URL Officiel https://chromewebstore.google.com/detail/gcr-renamer/enmbjdakofcbdjbamdfffndnancpdboc
Description A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…
Taille du Fichier 20.75 KB
Nombre d'Installations 54
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-08-17
Date de Publication 2022-09-01
Évaluation 4.00/5 Total 4 Évaluations
Développeur Nice_Creator
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gcr.rajtech.me/
URL de la Page d'Aide https://gcr.rajtech.me/r/github
Langues Prises en Charge 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"
}