Visual Studio PR Title Generator
Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]"
O que é Visual Studio PR Title Generator?
Visual Studio PR Title Generator é uma extensão do Chrome desenvolvida por pilcher.c, e sua principal característica é "Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]"".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Visual Studio PR Title Generator
Baixe arquivos de extensão Visual Studio PR Title Generator 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
Updates the Visual Studio Online pull request title to "[source branch name] into [destination branch name]" at the click of a button. This will keep your Visual Studio Online pull request titles consistent and let reviewers easily see the source and destination branch before opening the pull request.
Informações Básicas da Extensão
Nome | Visual Studio PR Title Generator |
ID | lbkfohchcccpbmgckjbcgcnlmohdieej |
URL Oficial | https://chromewebstore.google.com/detail/visual-studio-pr-title-ge/lbkfohchcccpbmgckjbcgcnlmohdieej |
Descrição | Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]" |
Tamanho do Arquivo | 54.03 KB |
Contagem de Instalações | 38 |
Versão Atual | 0.0.0.8 |
Última Atualização | 2022-09-14 |
Data de Publicação | 2020-04-20 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | pilcher.c |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Visual Studio PR Title Generator", "short_name": "VS Title Gen", "version": "0.0.0.8", "description": "Generate pull request titles in Visual Studio Online. Updates the PR title to \"[source branch name] into [destination branch name]\"", "content_scripts": [ { "js": [ "libs\/jquery-3.4.1.min.js", "libs\/purl.js", "content.js" ], "matches": [ "https:\/\/*.visualstudio.com\/*", "https:\/\/dev.azure.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |