Dark Mode for Google classroom

This extension changes the theme of google classroom to dark.

Co to jest Dark Mode for Google classroom?

Dark Mode for Google classroom to rozszerzenie Chrome opracowane przez abbasmurtaza.dev, a jego główną funkcją jest „This extension changes the theme of google classroom to dark.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dark Mode for Google classroom

Pobierz pliki rozszerzeń Dark Mode for Google classroom 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

                        This extension changes the theme of google classroom to dark or semi midnight theme.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dark Mode for Google classroom Dark Mode for Google classroom
ID fogjhlkcpjpdgonmojejehkcefmgnaha
Oficjalny URL https://chromewebstore.google.com/detail/dark-mode-for-google-clas/fogjhlkcpjpdgonmojejehkcefmgnaha
Opis This extension changes the theme of google classroom to dark.
Rozmiar pliku 23.99 KB
Liczba instalacji 176
Aktualna Wersja 1.0.0.0
Ostatnia Aktualizacja 2023-03-28
Data Publikacji 2023-03-28
Ocena 3.89/5 Łącznie 9 Oceny
Deweloper abbasmurtaza.dev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Mode for Google classroom",
    "version": "1.0.0.0",
    "description": "This extension changes the theme of google classroom to dark.",
    "manifest_version": 3,
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.classroom.google.com\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}