MarmoUI
Marmoset Improved! Better UI and functionality
MarmoUIคืออะไร?
MarmoUI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Erica Xu และคุณลักษณะหลักของมันคือ "Marmoset Improved! Better UI and functionality"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MarmoUI
ดาวน์โหลดไฟล์ส่วนขยาย MarmoUI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
}
]
} | |