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
官方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
}