Marx-Mode
Extension for restyling Conor Mcbride’s Marx system.
什么是Marx-Mode?
Marx-Mode是由giomatonti开发的Chrome扩展程序,该扩展的主要功能是“Extension for restyling Conor Mcbride’s Marx system.”。
扩展截图
下载Marx-Mode扩展crx文件
下载Marx-Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | gmbniglhocommhclbapaebjofodkgjni |
| 官方URL | https://chromewebstore.google.com/detail/marx-mode/gmbniglhocommhclbapaebjofodkgjni |
| 简介 | Extension for restyling Conor Mcbride’s Marx system. |
| 文件大小 | 21.74 KB |
| 安装次数 | 50 |
| 当前版本 | 1.1.25 |
| 更新时间 | 2021-11-02 |
| 上架时间 | 2021-10-01 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | giomatonti |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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\/*"
]
}
]
} | |