Gerrit Plus - UI fixes for PolyGerrit UI
Use Gerrit with a better UI styling for a better work experience
Wat is Gerrit Plus - UI fixes for PolyGerrit UI?
Gerrit Plus - UI fixes for PolyGerrit UI is een Chrome-extensie ontwikkeld door dagjomar, en de belangrijkste functie is "Use Gerrit with a better UI styling for a better work experience".
Extensie Screenshots
Download het CRX-bestand van de extensie Gerrit Plus - UI fixes for PolyGerrit UI
Download Gerrit Plus - UI fixes for PolyGerrit UI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Gerrit Plus - UI fixes for PolyGerrit UI |
ID | dbkmiiogghomcondmnfahnibghcogjnc |
Officiële URL | https://chromewebstore.google.com/detail/gerrit-plus-ui-fixes-for/dbkmiiogghomcondmnfahnibghcogjnc |
Beschrijving | Use Gerrit with a better UI styling for a better work experience |
Bestandsgrootte | 10.99 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-09-27 |
Publicatiedatum | 2018-09-27 |
Ontwikkelaar | dagjomar |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |