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文件

下載Github Collapse Diff擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Github Collapse Diff Github Collapse Diff
ID eenmpdlgpfhmgkkmpjmmchokkmjacaeo
官方網址 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
}