GCR Renamer

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

GCR Renamer क्या है?

GCR Renamer Nice_Creator द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GCR Renamer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम GCR Renamer GCR Renamer
ID enmbjdakofcbdjbamdfffndnancpdboc
आधिकारिक URL https://chromewebstore.google.com/detail/gcr-renamer/enmbjdakofcbdjbamdfffndnancpdboc
विवरण A Chrome extension which allows renaming of Google Classroom Subject and Section names locally for students who's teachers keep…
फ़ाइल का आकार 20.75 KB
स्थापना संख्या 54
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-08-17
प्रकाशन तिथि 2022-09-01
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Nice_Creator
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gcr.rajtech.me/
सहायता पृष्ठ URL https://gcr.rajtech.me/r/github
समर्थित भाषाएँ 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"
}