MarmoUI
Marmoset Improved! Better UI and functionality
什么是MarmoUI?
MarmoUI是由Erica Xu开发的Chrome扩展程序,该扩展的主要功能是“Marmoset Improved! Better UI and functionality”。
扩展截图
下载MarmoUI扩展crx文件
下载MarmoUI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features:
Overall UI improvement with better colors and formatting of information
Auto retrieval of latest submission results for display, and auto reload for submissions waiting to be tested
Quick-submission box for faster submissions
Everything is sortable, click on the header
Color highlight on submission scores and passed/failed submissions for an overview of the submission status
Lots of useless information is hidden
Source code available on Github here: http://github.com/lishd/MarmoUI 扩展基本信息
| 名称 | |
| ID | plhonglcpnmkaafmedmbcelnbjlkmfid |
| 官方URL | https://chromewebstore.google.com/detail/marmoui/plhonglcpnmkaafmedmbcelnbjlkmfid |
| 简介 | Marmoset Improved! Better UI and functionality |
| 文件大小 | 69.05 KB |
| 安装次数 | 3,125 |
| 当前版本 | 1.5 |
| 更新时间 | 2014-10-03 |
| 上架时间 | 2014-10-03 |
| 评分 | 4.83/5 共23次评分 |
| 开发者 | Erica Xu |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MarmoUI",
"description": "Marmoset Improved! Better UI and functionality",
"version": "1.5",
"icons": {
"16": "image\/icon16.png",
"48": "image\/icon48.png",
"128": "image\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/marmoset.student.cs.uwaterloo.ca\/*"
],
"js": [
"script.js"
]
}
]
} | |