Github Diffs
Collapse/expand diff files for easier reviews
Co to jest Github Diffs?
Github Diffs to rozszerzenie Chrome opracowane przez kamranahmed.se, a jego główną funkcją jest „Collapse/expand diff files for easier reviews”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Github Diffs
Pobierz pliki rozszerzeń Github Diffs 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
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
Podstawowe informacje o rozszerzeniu
Nazwa | Github Diffs |
ID | dhcpmhfjmlgjfhpeeloohoffbmpjfmgh |
Oficjalny URL | https://chromewebstore.google.com/detail/github-diffs/dhcpmhfjmlgjfhpeeloohoffbmpjfmgh |
Opis | Collapse/expand diff files for easier reviews |
Rozmiar pliku | 12.99 KB |
Liczba instalacji | 85 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2017-08-11 |
Data Publikacji | 2017-08-11 |
Deweloper | kamranahmed.se |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |