MarmoUI
Marmoset Improved! Better UI and functionality
MarmoUI क्या है?
MarmoUI Erica Xu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Marmoset Improved! Better UI and functionality"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MarmoUI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | 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" ] } ] } |