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" } } |