Marx-Mode
Extension for restyling Conor Mcbride’s Marx system.
Wat is Marx-Mode?
Marx-Mode is een Chrome-extensie ontwikkeld door giomatonti, en de belangrijkste functie is "Extension for restyling Conor Mcbride’s Marx system.".
Extensie Screenshots
Download het CRX-bestand van de extensie Marx-Mode
Download Marx-Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | gmbniglhocommhclbapaebjofodkgjni |
| Officiële URL | https://chromewebstore.google.com/detail/marx-mode/gmbniglhocommhclbapaebjofodkgjni |
| Beschrijving | Extension for restyling Conor Mcbride’s Marx system. |
| Bestandsgrootte | 21.74 KB |
| Aantal Installaties | 50 |
| Huidige Versie | 1.1.25 |
| Laatst Bijgewerkt | 2021-11-02 |
| Publicatiedatum | 2021-10-01 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | giomatonti |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |