Marx-Mode
Extension for restyling Conor Mcbride’s Marx system.
What is Marx-Mode?
Marx-Mode is a Chrome extension developed by giomatonti, and its main feature is "Extension for restyling Conor Mcbride’s Marx system.".
Extension Screenshots
Download Marx-Mode Extension CRX File
Download Marx-Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Marx-Mode |
ID | gmbniglhocommhclbapaebjofodkgjni |
Official URL | https://chromewebstore.google.com/detail/marx-mode/gmbniglhocommhclbapaebjofodkgjni |
Description | Extension for restyling Conor Mcbride’s Marx system. |
File Size | 21.74 KB |
Installation Count | 50 |
Current Version | 1.1.25 |
Last Updated | 2021-11-02 |
Publish Date | 2021-10-01 |
Rating | 5.00/5 Total 3 Ratings |
Developer | giomatonti |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |