GCR Renamer

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

Co to jest GCR Renamer?

GCR Renamer to rozszerzenie Chrome opracowane przez Nice_Creator, a jego główną funkcją jest „A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia GCR Renamer

Pobierz pliki rozszerzeń GCR Renamer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa GCR Renamer GCR Renamer
ID enmbjdakofcbdjbamdfffndnancpdboc
Oficjalny URL https://chromewebstore.google.com/detail/gcr-renamer/enmbjdakofcbdjbamdfffndnancpdboc
Opis A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…
Rozmiar pliku 20.75 KB
Liczba instalacji 54
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-08-17
Data Publikacji 2022-09-01
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Nice_Creator
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://gcr.rajtech.me/
Adres URL Strony Pomocy https://gcr.rajtech.me/r/github
Obsługiwane Języki 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"
}