GitHub Approve/Deny
Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.
GitHub Approve/Deny란 무엇입니까?
GitHub Approve/Deny은(는) Brandon Peters에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text."입니다.
확장 프로그램 스크린샷
GitHub Approve/Deny 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.
확장 프로그램 기본 정보
이름 | GitHub Approve/Deny |
ID | hcjehejpankhfgchggllpehjoleheidm |
공식 URL | https://chromewebstore.google.com/detail/github-approvedeny/hcjehejpankhfgchggllpehjoleheidm |
설명 | Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text. |
파일 크기 | 13.32 KB |
설치 횟수 | 63 |
현재 버전 | 1.4 |
최근 업데이트 | 2015-04-27 |
출시 날짜 | 2015-04-27 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | Brandon Peters |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/cisox/github-approve-deny |
도움말 페이지 URL | https://github.com/cisox/github-approve-deny/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Approve\/Deny", "short_name": "GH Approvals", "version": "1.4", "manifest_version": 2, "description": "Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve\/Deny text.", "icons": { "128": "github-approve-deny.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*\/pull\/*", "http:\/\/github.com\/*\/*\/pull\/*", "https:\/\/www.github.com\/*\/*\/pull\/*", "http:\/\/www.github.com\/*\/*\/pull\/*" ], "js": [ "github-approve-deny.user.js" ] } ] } |