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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
}
} | |