Gerrit Plus - UI fixes for PolyGerrit UI

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

Vad är Gerrit Plus - UI fixes for PolyGerrit UI?

Gerrit Plus - UI fixes for PolyGerrit UI är en Chrome-tillägg utvecklad av dagjomar, och dess huvudfunktion är "Use Gerrit with a better UI styling for a better work experience".

Tilläggsskärmbilder

screenshot

Ladda ner Gerrit Plus - UI fixes for PolyGerrit UI-förlängningens CRX-fil

Ladda ner Gerrit Plus - UI fixes for PolyGerrit UI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Gerrit Plus - UI fixes for PolyGerrit UI Gerrit Plus - UI fixes for PolyGerrit UI
ID dbkmiiogghomcondmnfahnibghcogjnc
Officiell webbadress https://chromewebstore.google.com/detail/gerrit-plus-ui-fixes-for/dbkmiiogghomcondmnfahnibghcogjnc
Beskrivning Use Gerrit with a better UI styling for a better work experience
Filstorlek 10.99 KB
Antal Installationer 11
Aktuell Version 1.0.0
Senast Uppdaterad 2018-09-27
Publiceringsdatum 2018-09-27
Utvecklare dagjomar
Betalningssätt free
Stödda Språk 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"
    }
}