Gerrit Plus - UI fixes for PolyGerrit UI
Use Gerrit with a better UI styling for a better work experience
Cos'è Gerrit Plus - UI fixes for PolyGerrit UI?
Gerrit Plus - UI fixes for PolyGerrit UI è un'estensione di Chrome sviluppata da dagjomar, e la sua funzione principale è "Use Gerrit with a better UI styling for a better work experience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gerrit Plus - UI fixes for PolyGerrit UI
Scarica i file di estensione Gerrit Plus - UI fixes for PolyGerrit UI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Gerrit Plus - UI fixes for PolyGerrit UI |
ID | dbkmiiogghomcondmnfahnibghcogjnc |
URL Ufficiale | https://chromewebstore.google.com/detail/gerrit-plus-ui-fixes-for/dbkmiiogghomcondmnfahnibghcogjnc |
Descrizione | Use Gerrit with a better UI styling for a better work experience |
Dimensione del File | 10.99 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-09-27 |
Data di Pubblicazione | 2018-09-27 |
Sviluppatore | dagjomar |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |