Gerrit Reviews
Hello Chrome (from Gerrit).
Gerrit Reviews là gì?
Gerrit Reviews là một tiện ích mở rộng Chrome được phát triển bởi yuval.peress, và tính năng chính của nó là "Hello Chrome (from Gerrit).".
Tải xuống tệp CRX của tiện ích mở rộng Gerrit Reviews
Tải xuống các tệp mở rộng Gerrit Reviews dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gerrit Reviews |
ID | kmepgiiggihoppjelbkcnbgjmamapdlg |
URL Chính Thức | https://chromewebstore.google.com/detail/gerrit-reviews/kmepgiiggihoppjelbkcnbgjmamapdlg |
Mô tả | Hello Chrome (from Gerrit). |
Kích Thước Tệp | 9.63 KB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2016-10-18 |
Ngày Phát Hành | 2016-10-18 |
Nhà Phát Triển | yuval.peress |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/yperess/gerrit-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |