Github Diffs
Collapse/expand diff files for easier reviews
Was ist Github Diffs?
Github Diffs ist eine Chrome-Erweiterung, die von kamranahmed.se entwickelt wurde, und ihr Hauptmerkmal ist "Collapse/expand diff files for easier reviews".
Erweiterungsscreenshots
Github Diffs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Github Diffs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Collapse/expand diff files for easier reviews When there is a large number of files in a pull request it becomes difficult to get an overview or to find some specific files with all the files stacked upon each other. This extension allows collapsing and expanding files so that you do not have to pound the innocent scrollbar. It adds buttons to `Collapse all Diffs` or `Show all Diffs` and makes `file headers clickable` to toggle the diff for some specific file
Grundlegende Informationen zur Erweiterung
Name | Github Diffs |
ID | dhcpmhfjmlgjfhpeeloohoffbmpjfmgh |
Offizielle URL | https://chromewebstore.google.com/detail/github-diffs/dhcpmhfjmlgjfhpeeloohoffbmpjfmgh |
Beschreibung | Collapse/expand diff files for easier reviews |
Dateigröße | 12.99 KB |
Installationsanzahl | 85 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2017-08-11 |
Veröffentlichungsdatum | 2017-08-11 |
Entwickler | kamranahmed.se |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Diffs", "short_name": "github-diffs", "version": "1.0.3", "manifest_version": 2, "description": "Collapse\/expand diff files for easier reviews", "homepage_url": "http:\/\/github.com\/kamranahmedse\/github-diffs", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "GithubDiff.js" ] } ] } |