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"
]
}
]
} | |