Gerrit Plus - UI fixes for PolyGerrit UI

Use Gerrit with a better UI styling for a better work experience

O que é Gerrit Plus - UI fixes for PolyGerrit UI?

Gerrit Plus - UI fixes for PolyGerrit UI é uma extensão do Chrome desenvolvida por dagjomar, e sua principal característica é "Use Gerrit with a better UI styling for a better work experience".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gerrit Plus - UI fixes for PolyGerrit UI

Baixe arquivos de extensão Gerrit Plus - UI fixes for PolyGerrit UI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Gerrit Plus - UI fixes for PolyGerrit UI Gerrit Plus - UI fixes for PolyGerrit UI
ID dbkmiiogghomcondmnfahnibghcogjnc
URL Oficial https://chromewebstore.google.com/detail/gerrit-plus-ui-fixes-for/dbkmiiogghomcondmnfahnibghcogjnc
Descrição Use Gerrit with a better UI styling for a better work experience
Tamanho do Arquivo 10.99 KB
Contagem de Instalações 11
Versão Atual 1.0.0
Última Atualização 2018-09-27
Data de Publicação 2018-09-27
Desenvolvedor dagjomar
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}