One dark theme for Quercus

a one dark like theme for University of Toronto's student website Quercus.

Co to jest One dark theme for Quercus?

One dark theme for Quercus to rozszerzenie Chrome opracowane przez Chiatzen W., a jego główną funkcją jest „a one dark like theme for University of Toronto's student website Quercus.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia One dark theme for Quercus

Pobierz pliki rozszerzeń One dark theme for Quercus 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

                        Provide an alternate colour scheme for U of T's Quercus site.                    

Podstawowe informacje o rozszerzeniu

Nazwa One dark theme for Quercus One dark theme for Quercus
ID abpbfjmnfnnpfepahhgnkmdlmffmkifj
Oficjalny URL https://chromewebstore.google.com/detail/one-dark-theme-for-quercu/abpbfjmnfnnpfepahhgnkmdlmffmkifj
Opis a one dark like theme for University of Toronto's student website Quercus.
Rozmiar pliku 400 KB
Liczba instalacji 39
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-12-20
Data Publikacji 2021-12-19
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Chiatzen W.
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One dark theme for Quercus",
    "description": "a one dark like theme for University of Toronto's student website Quercus.",
    "version": "1.1",
    "icons": {
        "128": "\/images\/128.png"
    },
    "manifest_version": 3,
    "permissions": [],
    "action": {
        "default_icon": {
            "128": "\/images\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/q.utoronto.ca\/*"
            ],
            "css": [
                "one-dark.css"
            ]
        }
    ]
}