Gerrit Plus - UI fixes for PolyGerrit UI
Use Gerrit with a better UI styling for a better work experience
Gerrit Plus - UI fixes for PolyGerrit UI क्या है?
Gerrit Plus - UI fixes for PolyGerrit UI dagjomar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Gerrit with a better UI styling for a better work experience"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gerrit Plus - UI fixes for PolyGerrit UI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use Gerrit with a polished UI for a better work experience. This plugin adds a small bunch of CSS "fixes" to improve the UI and experience of the default PolyGerrit interface. It also modifies the links in the top header to a smaller set of useful links.
एक्सटेंशन की मूल जानकारी
नाम | Gerrit Plus - UI fixes for PolyGerrit UI |
ID | dbkmiiogghomcondmnfahnibghcogjnc |
आधिकारिक URL | https://chromewebstore.google.com/detail/gerrit-plus-ui-fixes-for/dbkmiiogghomcondmnfahnibghcogjnc |
विवरण | Use Gerrit with a better UI styling for a better work experience |
फ़ाइल का आकार | 10.99 KB |
स्थापना संख्या | 11 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2018-09-27 |
प्रकाशन तिथि | 2018-09-27 |
डेवलपर | dagjomar |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gerrit Plus - UI fixes for PolyGerrit UI", "short_name": "GerritPlus", "version": "1.0.0", "description": "Use Gerrit with a better UI styling for a better work experience", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "http:\/\/gerrit.mazemap.com\/*", "https:\/\/gerrit.mazemap.com\/*" ] } ], "icons": { "16": "icons\/icon16w.png", "48": "icons\/icon48w.png", "128": "icons\/icon128w.png" } } |