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]"
Hvad er Visual Studio PR Title Generator?
Visual Studio PR Title Generator er en Chrome-udvidelse udviklet af pilcher.c, og dens hovedfunktion er "Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]"".
Udvidelsesskærmbilleder
Download Visual Studio PR Title Generator-udvidelses-CRX-fil
Download Visual Studio PR Title Generator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Visual Studio PR Title Generator |
ID | lbkfohchcccpbmgckjbcgcnlmohdieej |
Officiel URL | https://chromewebstore.google.com/detail/visual-studio-pr-title-ge/lbkfohchcccpbmgckjbcgcnlmohdieej |
Beskrivelse | Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]" |
Filstørrelse | 54.03 KB |
Antal Installationer | 38 |
Nuværende Version | 0.0.0.8 |
Senest Opdateret | 2022-09-14 |
Udgivelsesdato | 2020-04-20 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | pilcher.c |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |