Gerrit Reviews
Hello Chrome (from Gerrit).
ما هو Gerrit Reviews؟
Gerrit Reviews هو إضافة Chrome تم تطويرها بواسطة yuval.peress، والميزة الرئيسية لها هي "Hello Chrome (from Gerrit).".
تحميل ملف CRX للإضافة Gerrit Reviews
قم بتنزيل ملفات الامتداد Gerrit Reviews بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tool used to get quick updated for gerrit code reviews. If a custom query is specified, make sure it includes the LABELS option via appending "&o=LABELS" to the query. To use the default inbound reviews simply leave the query parameter blank. Please file any bugs to GitHub at https://github.com/yperess/gerrit-chrome-extension/issues
معلومات أساسية عن التمديد
الاسم | Gerrit Reviews |
ID | kmepgiiggihoppjelbkcnbgjmamapdlg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gerrit-reviews/kmepgiiggihoppjelbkcnbgjmamapdlg |
الوصف | Hello Chrome (from Gerrit). |
حجم الملف | 9.63 KB |
عدد التثبيتات | 82 |
النسخة الحالية | 0.7 |
آخر تحديث | 2016-10-18 |
تاريخ النشر | 2016-10-18 |
المطور | yuval.peress |
نوع الدفع | free |
موقع الإضافة | https://github.com/yperess/gerrit-chrome-extension |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gerrit Reviews", "description": "Hello Chrome (from Gerrit).", "version": "0.7", "permissions": [ "alarms", "storage", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js", "gerrit-api.js" ], "persistent": true }, "options_ui": { "page": "options.html", "chrome_style": true } } |