MarmoUI

Marmoset Improved! Better UI and functionality

Was ist MarmoUI?

MarmoUI ist eine Chrome-Erweiterung, die von Erica Xu entwickelt wurde, und ihr Hauptmerkmal ist "Marmoset Improved! Better UI and functionality".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

MarmoUI-Erweiterungs-CRX-Datei herunterladen

Laden Sie MarmoUI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name MarmoUI MarmoUI
ID plhonglcpnmkaafmedmbcelnbjlkmfid
Offizielle URL https://chromewebstore.google.com/detail/marmoui/plhonglcpnmkaafmedmbcelnbjlkmfid
Beschreibung Marmoset Improved! Better UI and functionality
Dateigröße 69.05 KB
Installationsanzahl 3,125
Aktuelle Version 1.5
Letztes Update 2014-10-03
Veröffentlichungsdatum 2014-10-03
Bewertung 4.83/5 Insgesamt 23 Bewertungen
Entwickler Erica Xu
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}