Gerrit Plus - UI fixes for PolyGerrit UI
Use Gerrit with a better UI styling for a better work experience
Co je Gerrit Plus - UI fixes for PolyGerrit UI?
Gerrit Plus - UI fixes for PolyGerrit UI je rozšíření Chrome vyvinuté dagjomar, a jeho hlavní funkcí je „Use Gerrit with a better UI styling for a better work experience“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gerrit Plus - UI fixes for PolyGerrit UI
Stáhněte si soubory rozšíření Gerrit Plus - UI fixes for PolyGerrit UI ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | dbkmiiogghomcondmnfahnibghcogjnc |
| Oficiální URL | https://chromewebstore.google.com/detail/gerrit-plus-ui-fixes-for/dbkmiiogghomcondmnfahnibghcogjnc |
| Popis | Use Gerrit with a better UI styling for a better work experience |
| Velikost souboru | 10.99 KB |
| Počet instalací | 11 |
| Aktuální Verze | 1.0.0 |
| Poslední Aktualizace | 2018-09-27 |
| Datum Vydání | 2018-09-27 |
| Vývojář | dagjomar |
| Typ Platby | free |
| Podporované Jazyky | 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"
}
} | |