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 |
| 官方網址 | 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"
]
}
]
} | |