Gerrit Plus - UI fixes for PolyGerrit UI
Use Gerrit with a better UI styling for a better work experience
¿Qué es Gerrit Plus - UI fixes for PolyGerrit UI?
Gerrit Plus - UI fixes for PolyGerrit UI es una extensión de Chrome desarrollada por dagjomar, y su función principal es "Use Gerrit with a better UI styling for a better work experience".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Gerrit Plus - UI fixes for PolyGerrit UI
Descarga archivos de extensión Gerrit Plus - UI fixes for PolyGerrit UI en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
                        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.                     Información Básica de la Extensión
| Nombre |   |  
| ID | dbkmiiogghomcondmnfahnibghcogjnc | 
| URL Oficial | https://chromewebstore.google.com/detail/gerrit-plus-ui-fixes-for/dbkmiiogghomcondmnfahnibghcogjnc | 
| Descripción | Use Gerrit with a better UI styling for a better work experience | 
| Tamaño del Archivo | 10.99 KB | 
| Cantidad de Instalaciones | 11 | 
| Versión Actual | 1.0.0 | 
| Última Actualización | 2018-09-27 | 
| Fecha de Publicación | 2018-09-27 | 
| Desarrollador | dagjomar | 
| Tipo de Pago | free | 
| Idiomas Soportados | 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"
    }
}  |  |