Github Collapse Diff

Hide unimportant diffs when reviewing pull requests or viewing commits on Github

Co to jest Github Collapse Diff?

Github Collapse Diff to rozszerzenie Chrome opracowane przez Charles Bergeron, a jego główną funkcją jest „Hide unimportant diffs when reviewing pull requests or viewing commits on Github”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Github Collapse Diff

Pobierz pliki rozszerzeń Github Collapse Diff w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Let's you hide specific files when reviewing "Files Changed" in a Github pull request.                    

Podstawowe informacje o rozszerzeniu

Nazwa Github Collapse Diff Github Collapse Diff
ID eenmpdlgpfhmgkkmpjmmchokkmjacaeo
Oficjalny URL https://chromewebstore.google.com/detail/github-collapse-diff/eenmpdlgpfhmgkkmpjmmchokkmjacaeo
Opis Hide unimportant diffs when reviewing pull requests or viewing commits on Github
Rozmiar pliku 12.85 KB
Liczba instalacji 88
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2013-06-23
Data Publikacji 2013-06-23
Ocena 2.80/5 Łącznie 10 Oceny
Deweloper Charles Bergeron
Typ Płatności free
Strona Rozszerzenia https://github.com/matthewrobertson/Github-Collapse-Diff
Adres URL Strony Pomocy https://github.com/matthewrobertson/Github-Collapse-Diff
Obsługiwane Języki 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
}