One dark theme for Quercus
a one dark like theme for University of Toronto's student website Quercus.
Cos'è One dark theme for Quercus?
One dark theme for Quercus è un'estensione di Chrome sviluppata da Chiatzen W., e la sua funzione principale è "a one dark like theme for University of Toronto's student website Quercus.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione One dark theme for Quercus
Scarica i file di estensione One dark theme for Quercus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Provide an alternate colour scheme for U of T's Quercus site. Informazioni di Base sull'Estensione
| Nome | |
| ID | abpbfjmnfnnpfepahhgnkmdlmffmkifj |
| URL Ufficiale | https://chromewebstore.google.com/detail/one-dark-theme-for-quercu/abpbfjmnfnnpfepahhgnkmdlmffmkifj |
| Descrizione | a one dark like theme for University of Toronto's student website Quercus. |
| Dimensione del File | 400 KB |
| Conteggio Installazioni | 39 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2021-12-20 |
| Data di Pubblicazione | 2021-12-19 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Chiatzen W. |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |