Github Collapse Diff

Hide unimportant diffs when reviewing pull requests or viewing commits on Github

Github Collapse Diff란 무엇입니까?

Github Collapse Diff은(는) Charles Bergeron에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide unimportant diffs when reviewing pull requests or viewing commits on Github"입니다.

확장 프로그램 스크린샷

screenshot

Github Collapse Diff 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Let's you hide specific files when reviewing "Files Changed" in a Github pull request.                    

확장 프로그램 기본 정보

이름 Github Collapse Diff Github Collapse Diff
ID eenmpdlgpfhmgkkmpjmmchokkmjacaeo
공식 URL https://chromewebstore.google.com/detail/github-collapse-diff/eenmpdlgpfhmgkkmpjmmchokkmjacaeo
설명 Hide unimportant diffs when reviewing pull requests or viewing commits on Github
파일 크기 12.85 KB
설치 횟수 88
현재 버전 0.0.3
최근 업데이트 2013-06-23
출시 날짜 2013-06-23
평점 2.80/5 총 10 개의 평점
개발자 Charles Bergeron
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/matthewrobertson/Github-Collapse-Diff
도움말 페이지 URL https://github.com/matthewrobertson/Github-Collapse-Diff
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Collapse Diff",
    "version": "0.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "description": "Hide unimportant diffs when reviewing pull requests or viewing commits on Github",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "lib\/collapse_diff.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/github.com\/matthewrobertson\/Github-Collapse-Diff",
    "offline_enabled": true
}