Github Diffs
Collapse/expand diff files for easier reviews
O que é Github Diffs?
Github Diffs é uma extensão do Chrome desenvolvida por kamranahmed.se, e sua principal característica é "Collapse/expand diff files for easier reviews".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Github Diffs
Baixe arquivos de extensão Github Diffs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Github Diffs |
ID | dhcpmhfjmlgjfhpeeloohoffbmpjfmgh |
URL Oficial | https://chromewebstore.google.com/detail/github-diffs/dhcpmhfjmlgjfhpeeloohoffbmpjfmgh |
Descrição | Collapse/expand diff files for easier reviews |
Tamanho do Arquivo | 12.99 KB |
Contagem de Instalações | 85 |
Versão Atual | 1.0.3 |
Última Atualização | 2017-08-11 |
Data de Publicação | 2017-08-11 |
Desenvolvedor | kamranahmed.se |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |