Gerrit Plus - UI fixes for PolyGerrit UI
Use Gerrit with a better UI styling for a better work experience
Что такое Gerrit Plus - UI fixes for PolyGerrit UI?
Gerrit Plus - UI fixes for PolyGerrit UI - это расширение Chrome, разработанное dagjomar, и его основная функция - "Use Gerrit with a better UI styling for a better work experience".
Снимки экрана расширения
Скачать файл CRX расширения Gerrit Plus - UI fixes for PolyGerrit UI
Скачайте файлы расширений Gerrit Plus - UI fixes for PolyGerrit UI в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | dbkmiiogghomcondmnfahnibghcogjnc |
| Официальный URL | https://chromewebstore.google.com/detail/gerrit-plus-ui-fixes-for/dbkmiiogghomcondmnfahnibghcogjnc |
| Описание | Use Gerrit with a better UI styling for a better work experience |
| Размер файла | 10.99 KB |
| Количество установок | 11 |
| Текущая Версия | 1.0.0 |
| Последнее Обновление | 2018-09-27 |
| Дата публикации | 2018-09-27 |
| Разработчик | dagjomar |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
} | |