Gerrit Plus - UI fixes for PolyGerrit UI
Use Gerrit with a better UI styling for a better work experience
Co to jest Gerrit Plus - UI fixes for PolyGerrit UI?
Gerrit Plus - UI fixes for PolyGerrit UI to rozszerzenie Chrome opracowane przez dagjomar, a jego główną funkcją jest „Use Gerrit with a better UI styling for a better work experience”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gerrit Plus - UI fixes for PolyGerrit UI
Pobierz pliki rozszerzeń Gerrit Plus - UI fixes for PolyGerrit UI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Gerrit Plus - UI fixes for PolyGerrit UI |
ID | dbkmiiogghomcondmnfahnibghcogjnc |
Oficjalny URL | https://chromewebstore.google.com/detail/gerrit-plus-ui-fixes-for/dbkmiiogghomcondmnfahnibghcogjnc |
Opis | Use Gerrit with a better UI styling for a better work experience |
Rozmiar pliku | 10.99 KB |
Liczba instalacji | 11 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2018-09-27 |
Data Publikacji | 2018-09-27 |
Deweloper | dagjomar |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |