MarmoUI
Marmoset Improved! Better UI and functionality
MarmoUI là gì?
MarmoUI là một tiện ích mở rộng Chrome được phát triển bởi Erica Xu, và tính năng chính của nó là "Marmoset Improved! Better UI and functionality".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MarmoUI
Tải xuống các tệp mở rộng MarmoUI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MarmoUI |
ID | plhonglcpnmkaafmedmbcelnbjlkmfid |
URL Chính Thức | https://chromewebstore.google.com/detail/marmoui/plhonglcpnmkaafmedmbcelnbjlkmfid |
Mô tả | Marmoset Improved! Better UI and functionality |
Kích Thước Tệp | 69.05 KB |
Số Lần Cài Đặt | 3,125 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2014-10-03 |
Ngày Phát Hành | 2014-10-03 |
Đánh Giá | 4.83/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | Erica Xu |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |