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