Marx-Mode
Extension for restyling Conor Mcbride’s Marx system.
Cos'è Marx-Mode?
Marx-Mode è un'estensione di Chrome sviluppata da giomatonti, e la sua funzione principale è "Extension for restyling Conor Mcbride’s Marx system.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Marx-Mode
Scarica i file di estensione Marx-Mode 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
Restyles Conor Mcbride’s Marx system to be easier to read and work with.
Features:
- Dark Mode
- Clearer divisions between text sections
- Fancy buttons and background
- Fixed alignment bugs. Informazioni di Base sull'Estensione
| Nome | |
| ID | gmbniglhocommhclbapaebjofodkgjni |
| URL Ufficiale | https://chromewebstore.google.com/detail/marx-mode/gmbniglhocommhclbapaebjofodkgjni |
| Descrizione | Extension for restyling Conor Mcbride’s Marx system. |
| Dimensione del File | 21.74 KB |
| Conteggio Installazioni | 50 |
| Versione Corrente | 1.1.25 |
| Ultimo Aggiornamento | 2021-11-02 |
| Data di Pubblicazione | 2021-10-01 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | giomatonti |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Marx-Mode",
"version": "1.1.25",
"description": "Extension for restyling Conor Mcbride\u2019s Marx system.",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"css": [
"marx.css"
],
"matches": [
"https:\/\/personal.cis.strath.ac.uk\/conor.mcbride\/shib\/Marx\/*"
]
}
]
} | |