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」です。
拡張機能のスクリーンショット
Gerrit Plus - UI fixes for PolyGerrit UI拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | 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" } } |