Github Collapse Diff
Hide unimportant diffs when reviewing pull requests or viewing commits on Github
Vad är Github Collapse Diff?
Github Collapse Diff är en Chrome-tillägg utvecklad av Charles Bergeron, och dess huvudfunktion är "Hide unimportant diffs when reviewing pull requests or viewing commits on Github".
Tilläggsskärmbilder
Ladda ner Github Collapse Diff-förlängningens CRX-fil
Ladda ner Github Collapse Diff-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Let's you hide specific files when reviewing "Files Changed" in a Github pull request. Grundläggande Information om Tillägg
| Namn | |
| ID | eenmpdlgpfhmgkkmpjmmchokkmjacaeo |
| Officiell webbadress | https://chromewebstore.google.com/detail/github-collapse-diff/eenmpdlgpfhmgkkmpjmmchokkmjacaeo |
| Beskrivning | Hide unimportant diffs when reviewing pull requests or viewing commits on Github |
| Filstorlek | 12.85 KB |
| Antal Installationer | 88 |
| Aktuell Version | 0.0.3 |
| Senast Uppdaterad | 2013-06-23 |
| Publiceringsdatum | 2013-06-23 |
| Betyg | 2.80/5 Totalt 10 Betyg |
| Utvecklare | Charles Bergeron |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/matthewrobertson/Github-Collapse-Diff |
| Hjälpsida URL | https://github.com/matthewrobertson/Github-Collapse-Diff |
| Stödda Språk | 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
} | |