Github Diffs

Collapse/expand diff files for easier reviews

Wat is Github Diffs?

Github Diffs is een Chrome-extensie ontwikkeld door kamranahmed.se, en de belangrijkste functie is "Collapse/expand diff files for easier reviews".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Github Diffs

Download Github Diffs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Github Diffs Github Diffs
ID dhcpmhfjmlgjfhpeeloohoffbmpjfmgh
Officiële URL https://chromewebstore.google.com/detail/github-diffs/dhcpmhfjmlgjfhpeeloohoffbmpjfmgh
Beschrijving Collapse/expand diff files for easier reviews
Bestandsgrootte 12.99 KB
Aantal Installaties 85
Huidige Versie 1.0.3
Laatst Bijgewerkt 2017-08-11
Publicatiedatum 2017-08-11
Ontwikkelaar kamranahmed.se
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}