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 je Visual Studio PR Title Generator?

Visual Studio PR Title Generator je rozšíření Chrome vyvinuté pilcher.c, a jeho hlavní funkcí je „Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]"“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Visual Studio PR Title Generator

Stáhněte si soubory rozšíření Visual Studio PR Title Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Visual Studio PR Title Generator Visual Studio PR Title Generator
ID lbkfohchcccpbmgckjbcgcnlmohdieej
Oficiální URL https://chromewebstore.google.com/detail/visual-studio-pr-title-ge/lbkfohchcccpbmgckjbcgcnlmohdieej
Popis Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]"
Velikost souboru 54.03 KB
Počet instalací 38
Aktuální Verze 0.0.0.8
Poslední Aktualizace 2022-09-14
Datum Vydání 2020-04-20
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář pilcher.c
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}