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은(는) dagjomar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Gerrit with a better UI styling for a better work experience"입니다.

확장 프로그램 스크린샷

screenshot

Gerrit Plus - UI fixes for PolyGerrit UI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Gerrit Plus - UI fixes for PolyGerrit UI Gerrit Plus - UI fixes for PolyGerrit UI
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"
    }
}