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]"
Wat is Visual Studio PR Title Generator?
Visual Studio PR Title Generator is een Chrome-extensie ontwikkeld door pilcher.c, en de belangrijkste functie is "Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]"".
Extensie Screenshots
Download het CRX-bestand van de extensie Visual Studio PR Title Generator
Download Visual Studio PR Title Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Visual Studio PR Title Generator |
ID | lbkfohchcccpbmgckjbcgcnlmohdieej |
Officiële URL | https://chromewebstore.google.com/detail/visual-studio-pr-title-ge/lbkfohchcccpbmgckjbcgcnlmohdieej |
Beschrijving | Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]" |
Bestandsgrootte | 54.03 KB |
Aantal Installaties | 38 |
Huidige Versie | 0.0.0.8 |
Laatst Bijgewerkt | 2022-09-14 |
Publicatiedatum | 2020-04-20 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | pilcher.c |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |