Gerrit Reviews
Hello Chrome (from Gerrit).
Gerrit Reviews란 무엇입니까?
Gerrit Reviews은(는) yuval.peress에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hello Chrome (from Gerrit)."입니다.
Gerrit Reviews 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } } |