Enhancer for Classroom™

UI improvements for Google Classroom

Was ist Enhancer for Classroom™?

Enhancer for Classroom™ ist eine Chrome-Erweiterung, die von saikat0511 entwickelt wurde, und ihr Hauptmerkmal ist "UI improvements for Google Classroom".

Erweiterungsscreenshots

screenshot
screenshot

Enhancer for Classroom™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Enhancer for Classroom™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This browser extension adds some quality of life features to Google Classroom™.

Features:

> Functional
  > Download button next to all file attachments
  > Dark mode toggle in navigation bar

> Cosmetic
  > Reduced padding and margins across the whole website
  > Increased border radius of all elements
  > Use a lighter shade of white for background color in light mode

This add-on does not collect data and respects users' privacy.

Updates to the Classroom site may break this extension in the future, please open an issue if you encounter any bugs, or have any new feature suggestions.

Github Repo: https://github.com/saikat0511/GCR-enhancer                    

Grundlegende Informationen zur Erweiterung

Name Enhancer for Classroom™ Enhancer for Classroom™
ID nbijdallbnpfkkglpdepfjdlelflfkdc
Offizielle URL https://chromewebstore.google.com/detail/enhancer-for-classroom/nbijdallbnpfkkglpdepfjdlelflfkdc
Beschreibung UI improvements for Google Classroom
Dateigröße 28.66 KB
Installationsanzahl 114
Aktuelle Version 1.2.1
Letztes Update 2023-06-23
Veröffentlichungsdatum 2023-06-15
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler saikat0511
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/saikat0511/GCR-enhancer
Hilfeseite URL https://github.com/saikat0511/GCR-enhancer/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ],
            "all_frames": true,
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "name": "Enhancer for Classroom\u2122",
    "version": "1.2.1",
    "description": "UI improvements for Google Classroom"
}