GitHub compare helper
Adds UI to GitHub commits pages to easier create GitHub compare urls
O que é GitHub compare helper?
GitHub compare helper é uma extensão do Chrome desenvolvida por Henrik, e sua principal característica é "Adds UI to GitHub commits pages to easier create GitHub compare urls".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitHub compare helper
Baixe arquivos de extensão GitHub compare helper 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
Manually typing the GitHub compare url takes too much time. Use this simple UI add-on to do it much faster! Note: Works the same way GitHub compare urls are normally generated i.e. from the first SHA of a commit to (but not including) the last SHA of a commit. This means the generated compare url will, for branches, include the top selected commit but not the last selected commit (but the commit before). For pull requests it is the opposite. NEW! Now also works on pull requests! ----------------------------------------------------- Source: https://github.com/hengun348/GitHub-compare-helper Thanks https://github.com/acetrand and https://github.com/bradsk88 for pull request contributions!
Informações Básicas da Extensão
Nome | GitHub compare helper |
ID | cioiakfpohjbldapjdenhmdenmdcdigd |
URL Oficial | https://chromewebstore.google.com/detail/github-compare-helper/cioiakfpohjbldapjdenhmdenmdcdigd |
Descrição | Adds UI to GitHub commits pages to easier create GitHub compare urls |
Tamanho do Arquivo | 334 KB |
Contagem de Instalações | 38 |
Versão Atual | 1.2.1 |
Última Atualização | 2020-05-24 |
Data de Publicação | 2020-05-24 |
Classificação | 3.20/5 Total de 5 Avaliações |
Desenvolvedor | Henrik |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub compare helper", "version": "1.2.1", "description": "Adds UI to GitHub commits pages to easier create GitHub compare urls", "author": "Henrik Gunnarsson", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "https:\/\/github.com\/*\/commits\/*" ], "icons": { "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |