Gerrit Plus - UI fixes for PolyGerrit UI

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

Apa itu Gerrit Plus - UI fixes for PolyGerrit UI?

Gerrit Plus - UI fixes for PolyGerrit UI adalah ekstensi Chrome yang dikembangkan oleh dagjomar, dan fitur utamanya adalah "Use Gerrit with a better UI styling for a better work experience".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gerrit Plus - UI fixes for PolyGerrit UI

Unduh file ekstensi Gerrit Plus - UI fixes for PolyGerrit UI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Gerrit Plus - UI fixes for PolyGerrit UI Gerrit Plus - UI fixes for PolyGerrit UI
ID dbkmiiogghomcondmnfahnibghcogjnc
URL Resmi https://chromewebstore.google.com/detail/gerrit-plus-ui-fixes-for/dbkmiiogghomcondmnfahnibghcogjnc
Deskripsi Use Gerrit with a better UI styling for a better work experience
Ukuran File 10.99 KB
Jumlah Instalasi 11
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-09-27
Tanggal Publikasi 2018-09-27
Pengembang dagjomar
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}