MarmoUI
Marmoset Improved! Better UI and functionality
Apa itu MarmoUI?
MarmoUI adalah ekstensi Chrome yang dikembangkan oleh Erica Xu, dan fitur utamanya adalah "Marmoset Improved! Better UI and functionality".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MarmoUI
Unduh file ekstensi MarmoUI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | MarmoUI |
ID | plhonglcpnmkaafmedmbcelnbjlkmfid |
URL Resmi | https://chromewebstore.google.com/detail/marmoui/plhonglcpnmkaafmedmbcelnbjlkmfid |
Deskripsi | Marmoset Improved! Better UI and functionality |
Ukuran File | 69.05 KB |
Jumlah Instalasi | 3,125 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2014-10-03 |
Tanggal Publikasi | 2014-10-03 |
Penilaian | 4.83/5 Total 23 Penilaian |
Pengembang | Erica Xu |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |