MarmoUI

Marmoset Improved! Better UI and functionality

MarmoUI란 무엇입니까?

MarmoUI은(는) Erica Xu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Marmoset Improved! Better UI and functionality"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

MarmoUI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 MarmoUI 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"
            ]
        }
    ]
}