Github Code Review
Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request
Github Code Review란 무엇입니까?
Github Code Review은(는) Ecky Putrady에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request"입니다.
확장 프로그램 스크린샷
Github Code Review 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Code review becomes easier with Github Code Review. Github Code Review is a Chrome Extension that act as a lightweight code review tool on top of Github Pull Request. It let's you approve pull request and see who has approved each pull request easily. Approve pull request by commenting with the following keywords/emojis: - :+1: - :shipit: - verified - approve
확장 프로그램 기본 정보
이름 | Github Code Review |
ID | pgdgcfbmpimnnafmejbbgodlijodgppk |
공식 URL | https://chromewebstore.google.com/detail/github-code-review/pgdgcfbmpimnnafmejbbgodlijodgppk |
설명 | Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request |
파일 크기 | 83.14 KB |
설치 횟수 | 125 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2015-02-09 |
출시 날짜 | 2015-02-08 |
개발자 | Ecky Putrady |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/eckyputrady/github-pr-approver |
도움말 페이지 URL | https://github.com/eckyputrady/github-pr-approver/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Code Review", "version": "1.0.0", "manifest_version": 2, "description": "Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.github.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |