Github Collapse Diff
Hide unimportant diffs when reviewing pull requests or viewing commits on Github
What is Github Collapse Diff?
Github Collapse Diff is a Chrome extension developed by Charles Bergeron, and its main feature is "Hide unimportant diffs when reviewing pull requests or viewing commits on Github".
Extension Screenshots
Download Github Collapse Diff Extension CRX File
Download Github Collapse Diff extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Let's you hide specific files when reviewing "Files Changed" in a Github pull request.
Extension Basic Information
Name | Github Collapse Diff |
ID | eenmpdlgpfhmgkkmpjmmchokkmjacaeo |
Official URL | https://chromewebstore.google.com/detail/github-collapse-diff/eenmpdlgpfhmgkkmpjmmchokkmjacaeo |
Description | Hide unimportant diffs when reviewing pull requests or viewing commits on Github |
File Size | 12.85 KB |
Installation Count | 88 |
Current Version | 0.0.3 |
Last Updated | 2013-06-23 |
Publish Date | 2013-06-23 |
Rating | 2.80/5 Total 10 Ratings |
Developer | Charles Bergeron |
Payment Type | free |
Extension Website | https://github.com/matthewrobertson/Github-Collapse-Diff |
Help Page URL | https://github.com/matthewrobertson/Github-Collapse-Diff |
Supported Languages | 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 } |