MarmoUI
Marmoset Improved! Better UI and functionality
Cos'è MarmoUI?
MarmoUI è un'estensione di Chrome sviluppata da Erica Xu, e la sua funzione principale è "Marmoset Improved! Better UI and functionality".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MarmoUI
Scarica i file di estensione MarmoUI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | MarmoUI |
ID | plhonglcpnmkaafmedmbcelnbjlkmfid |
URL Ufficiale | https://chromewebstore.google.com/detail/marmoui/plhonglcpnmkaafmedmbcelnbjlkmfid |
Descrizione | Marmoset Improved! Better UI and functionality |
Dimensione del File | 69.05 KB |
Conteggio Installazioni | 3,125 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2014-10-03 |
Data di Pubblicazione | 2014-10-03 |
Valutazione | 4.83/5 Totale 23 Valutazioni |
Sviluppatore | Erica Xu |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |