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]"
Co to jest Visual Studio PR Title Generator?
Visual Studio PR Title Generator to rozszerzenie Chrome opracowane przez pilcher.c, a jego główną funkcją jest „Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]"”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Visual Studio PR Title Generator
Pobierz pliki rozszerzeń Visual Studio PR Title Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Visual Studio PR Title Generator |
ID | lbkfohchcccpbmgckjbcgcnlmohdieej |
Oficjalny URL | https://chromewebstore.google.com/detail/visual-studio-pr-title-ge/lbkfohchcccpbmgckjbcgcnlmohdieej |
Opis | Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]" |
Rozmiar pliku | 54.03 KB |
Liczba instalacji | 38 |
Aktualna Wersja | 0.0.0.8 |
Ostatnia Aktualizacja | 2022-09-14 |
Data Publikacji | 2020-04-20 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | pilcher.c |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |