Gerrit Plus - UI fixes for PolyGerrit UI
Use Gerrit with a better UI styling for a better work experience
Qu'est-ce que Gerrit Plus - UI fixes for PolyGerrit UI ?
Gerrit Plus - UI fixes for PolyGerrit UI est une extension Chrome développée par dagjomar, et sa fonction principale est "Use Gerrit with a better UI styling for a better work experience".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gerrit Plus - UI fixes for PolyGerrit UI
Téléchargez les fichiers d'extension Gerrit Plus - UI fixes for PolyGerrit UI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Gerrit Plus - UI fixes for PolyGerrit UI |
ID | dbkmiiogghomcondmnfahnibghcogjnc |
URL Officiel | https://chromewebstore.google.com/detail/gerrit-plus-ui-fixes-for/dbkmiiogghomcondmnfahnibghcogjnc |
Description | Use Gerrit with a better UI styling for a better work experience |
Taille du Fichier | 10.99 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2018-09-27 |
Date de Publication | 2018-09-27 |
Développeur | dagjomar |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |