Github Workflow
An extension that allows you to hide files in pull requests and adds highlighting for notifications.
Github Workflow란 무엇입니까?
Github Workflow은(는) Dean Silfen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that allows you to hide files in pull requests and adds highlighting for notifications."입니다.
확장 프로그램 스크린샷
Github Workflow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension that makes using pull-requests for code reviews a more enjoyable experience! Features: * Ability to toggle files while reviewing code * Ability to navigate to full branches from PR view
확장 프로그램 기본 정보
이름 | Github Workflow |
ID | oplmfbpmbheeolioggldagbjmjkecilg |
공식 URL | https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg |
설명 | An extension that allows you to hide files in pull requests and adds highlighting for notifications. |
파일 크기 | 48.75 KB |
설치 횟수 | 12 |
현재 버전 | 2.2.2 |
최근 업데이트 | 2016-02-27 |
출시 날짜 | 2016-02-27 |
개발자 | Dean Silfen |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/djds23/github-notif-helper |
도움말 페이지 URL | https://github.com/djds23/github-notif-helper/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Workflow", "version": "2.2.2", "description": "An extension that allows you to hide files in pull requests and adds highlighting for notifications.", "permissions": [ "https:\/\/github.com\/*", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "app\/app.js" ] } ] } |