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]"
Was ist Visual Studio PR Title Generator?
Visual Studio PR Title Generator ist eine Chrome-Erweiterung, die von pilcher.c entwickelt wurde, und ihr Hauptmerkmal ist "Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]"".
Erweiterungsscreenshots
Visual Studio PR Title Generator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Visual Studio PR Title Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lbkfohchcccpbmgckjbcgcnlmohdieej |
| Offizielle URL | https://chromewebstore.google.com/detail/visual-studio-pr-title-ge/lbkfohchcccpbmgckjbcgcnlmohdieej |
| Beschreibung | Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]" |
| Dateigröße | 54.03 KB |
| Installationsanzahl | 38 |
| Aktuelle Version | 0.0.0.8 |
| Letztes Update | 2022-09-14 |
| Veröffentlichungsdatum | 2020-04-20 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | pilcher.c |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |