Gerrit Plus - UI fixes for PolyGerrit UI
Use Gerrit with a better UI styling for a better work experience
Was ist Gerrit Plus - UI fixes for PolyGerrit UI?
Gerrit Plus - UI fixes for PolyGerrit UI ist eine Chrome-Erweiterung, die von dagjomar entwickelt wurde, und ihr Hauptmerkmal ist "Use Gerrit with a better UI styling for a better work experience".
Erweiterungsscreenshots
Gerrit Plus - UI fixes for PolyGerrit UI-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gerrit Plus - UI fixes for PolyGerrit UI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dbkmiiogghomcondmnfahnibghcogjnc |
| Offizielle URL | https://chromewebstore.google.com/detail/gerrit-plus-ui-fixes-for/dbkmiiogghomcondmnfahnibghcogjnc |
| Beschreibung | Use Gerrit with a better UI styling for a better work experience |
| Dateigröße | 10.99 KB |
| Installationsanzahl | 11 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2018-09-27 |
| Veröffentlichungsdatum | 2018-09-27 |
| Entwickler | dagjomar |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |