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]"

Τι είναι το Visual Studio PR Title Generator;

Το Visual Studio PR Title Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pilcher.c, και η κύρια λειτουργία του είναι "Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]"".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Visual Studio PR Title Generator

Λήψη αρχείων επέκτασης Visual Studio PR Title Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Visual Studio PR Title Generator Visual Studio PR Title Generator
ID lbkfohchcccpbmgckjbcgcnlmohdieej
Επίσημο URL https://chromewebstore.google.com/detail/visual-studio-pr-title-ge/lbkfohchcccpbmgckjbcgcnlmohdieej
Περιγραφή Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]"
Μέγεθος Αρχείου 54.03 KB
Αριθμός Εγκαταστάσεων 38
Τρέχουσα Έκδοση 0.0.0.8
Τελευταία Ενημέρωση 2022-09-14
Ημερομηνία Δημοσίευσης 2020-04-20
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής pilcher.c
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}