GitHub compare helper
Adds UI to GitHub commits pages to easier create GitHub compare urls
GitHub compare helper란 무엇입니까?
GitHub compare helper은(는) Henrik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds UI to GitHub commits pages to easier create GitHub compare urls"입니다.
확장 프로그램 스크린샷
GitHub compare helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Manually typing the GitHub compare url takes too much time. Use this simple UI add-on to do it much faster! Note: Works the same way GitHub compare urls are normally generated i.e. from the first SHA of a commit to (but not including) the last SHA of a commit. This means the generated compare url will, for branches, include the top selected commit but not the last selected commit (but the commit before). For pull requests it is the opposite. NEW! Now also works on pull requests! ----------------------------------------------------- Source: https://github.com/hengun348/GitHub-compare-helper Thanks https://github.com/acetrand and https://github.com/bradsk88 for pull request contributions!
확장 프로그램 기본 정보
이름 | GitHub compare helper |
ID | cioiakfpohjbldapjdenhmdenmdcdigd |
공식 URL | https://chromewebstore.google.com/detail/github-compare-helper/cioiakfpohjbldapjdenhmdenmdcdigd |
설명 | Adds UI to GitHub commits pages to easier create GitHub compare urls |
파일 크기 | 334 KB |
설치 횟수 | 38 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2020-05-24 |
출시 날짜 | 2020-05-24 |
평점 | 3.20/5 총 5 개의 평점 |
개발자 | Henrik |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub compare helper", "version": "1.2.1", "description": "Adds UI to GitHub commits pages to easier create GitHub compare urls", "author": "Henrik Gunnarsson", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "https:\/\/github.com\/*\/commits\/*" ], "icons": { "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |